mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 00:29:38 +01:00
Keep documentation from preference changes when opened from top bar
This commit is contained in:
parent
d2bac9d654
commit
0453a43194
@ -66,7 +66,7 @@ class preferences_settings
|
||||
}
|
||||
else
|
||||
{
|
||||
$is_admin = $content['is_admin'];
|
||||
$is_admin = $content['is_admin'] || $content['type'] != 'user';
|
||||
//error_log(__METHOD__."(".array2string($content).")");
|
||||
if ($content['button'])
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user