mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-02 20:19:27 +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
|
else
|
||||||
{
|
{
|
||||||
$is_admin = $content['is_admin'];
|
$is_admin = $content['is_admin'] || $content['type'] != 'user';
|
||||||
//error_log(__METHOD__."(".array2string($content).")");
|
//error_log(__METHOD__."(".array2string($content).")");
|
||||||
if ($content['button'])
|
if ($content['button'])
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user