mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01:00
fix typo
This commit is contained in:
parent
ec89221744
commit
9fd3443c60
@ -384,7 +384,7 @@ class infolog_bo
|
|||||||
|
|
||||||
// handle edit for archived entries
|
// handle edit for archived entries
|
||||||
if ($info['info_status'] === 'archive' && $this->archived_readonly && $required_rights == ACL::EDIT &&
|
if ($info['info_status'] === 'archive' && $this->archived_readonly && $required_rights == ACL::EDIT &&
|
||||||
($this->archived_readonly === 'yes' || empty($GLOBALS['egw_info']['users']['apps']['admin'])))
|
($this->archived_readonly === 'yes' || empty($GLOBALS['egw_info']['user']['apps']['admin'])))
|
||||||
{
|
{
|
||||||
$access = false;
|
$access = false;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user