2
0
forked from Wavyzz/dolibarr

Fix: setup not saving changes

This commit is contained in:
simnandez
2013-12-26 11:32:13 +01:00
parent fca35cb8b0
commit 3a496d1fa1

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');
}
}