From 7aac53ae3a1e5a0ad55cc8369b7a81470ae9ff1f Mon Sep 17 00:00:00 2001 From: ralf Date: Mon, 1 Apr 2024 22:46:13 +0200 Subject: [PATCH] fix typo --- infolog/inc/class.infolog_bo.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infolog/inc/class.infolog_bo.inc.php b/infolog/inc/class.infolog_bo.inc.php index 64483347f7..8ddbe3a3e9 100644 --- a/infolog/inc/class.infolog_bo.inc.php +++ b/infolog/inc/class.infolog_bo.inc.php @@ -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; }