mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
get sidebox of given app
This commit is contained in:
parent
86abbbf443
commit
b1d5dad6b9
@ -121,6 +121,8 @@ class preferences_settings
|
||||
$msg = $this->process_array($GLOBALS['egw']->preferences->$attribute,
|
||||
(array)$GLOBALS['egw']->preferences->{$attribute}[$appname], $preserve['types'], $appname, $attribute, true);
|
||||
}
|
||||
// get sidebox of given app
|
||||
if ($appname != 'common') $GLOBALS['egw_info']['flags']['currentapp'] = $appname;
|
||||
|
||||
if ($msg) egw_framework::message($msg, $msg_type ? $msg_type : 'error');
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user