mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-16 18:31:26 +01:00
fix fatal error: unsupported operand type in resources_ui line 428; reported on community tracker#3006
This commit is contained in:
parent
930c9a9051
commit
4d2202563c
@ -108,7 +108,7 @@ class bo_acl
|
|||||||
$perm_cats[$cat['id']] = $s;
|
$perm_cats[$cat['id']] = $s;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return $perm_cats;
|
return isset($perm_cats)?$perm_cats:array();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user