This commit is contained in:
ralf 2024-04-01 22:46:13 +02:00
parent ec89221744
commit 9fd3443c60

View File

@ -384,7 +384,7 @@ class infolog_bo
// handle edit for archived entries
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;
}