mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 09:23:28 +01:00
fixed array message when saving prefs
This commit is contained in:
parent
15b3d1fc9f
commit
02c51aa379
@ -126,6 +126,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)
|
||||
{
|
||||
$GLOBALS['egw']->redirect_link($this->bo->session_data['referer']);
|
||||
|
Loading…
Reference in New Issue
Block a user