mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
fix PHP 8.0 error: Undefined constant "__ALL__"
This commit is contained in:
parent
abcec46ea8
commit
e888e7863c
@ -291,7 +291,7 @@ class admin_config
|
||||
// make everything readonly and remove save/apply button, if user has not rights to store config
|
||||
if ($GLOBALS['egw']->acl->check('site_config_acce',2,'admin'))
|
||||
{
|
||||
$readonlys[__ALL__] = true;
|
||||
$readonlys['__ALL__'] = true;
|
||||
$readonlys['cancel'] = false;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user