fixed array message when saving prefs

This commit is contained in:
Ralf Becker 2005-12-06 07:04:43 +00:00
parent 15b3d1fc9f
commit 02c51aa379

View File

@ -125,6 +125,8 @@
{
$error = $this->bo->process_array($GLOBALS['egw']->preferences->forced, $forced,$this->bo->session_data['notifies'],$GLOBALS['type']);
}
if (is_array($error)) $error = false; // process_array returns the prefs-array on success
if(!$this->is_admin() || $error)
{