Fix: setup not saving changes

This commit is contained in:
simnandez 2013-12-26 11:32:13 +01:00
parent 22412443fe
commit 91b104aeb8

View File

@ -77,10 +77,12 @@ if ($action == "set")
if (! $error)
{
$db->commit();
setEventMessage($langs->trans("SetupSaved"));
}
else
{
$db->rollback();
setEventMessage($langs->trans("Error"),'errors');
}
}