mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
fix not loaded grants / other users categories after last commit
This commit is contained in:
parent
766088155b
commit
b62b523d93
@ -547,7 +547,7 @@ class Categories
|
||||
}
|
||||
|
||||
// Load the application grants
|
||||
if (($category['appname'] ?? null) == $this->app_name && isset($this->grants))
|
||||
if (($category['appname'] ?? null) == $this->app_name && !isset($this->grants))
|
||||
{
|
||||
$this->grants = $GLOBALS['egw']->acl->get_grants($this->app_name,true);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user