From d000d93b19b87031ef6225a6aec3aad66d246e2b Mon Sep 17 00:00:00 2001 From: jf-cbd <121934370+jf-cbd@users.noreply.github.com> Date: Mon, 13 Apr 2026 10:10:40 +0200 Subject: [PATCH] =?UTF-8?q?N=C2=B08766=20-=20Fix=20wrong=20author=20on=20p?= =?UTF-8?q?ortal=20log=20(#880)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/userrights.class.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/userrights.class.inc.php b/core/userrights.class.inc.php index 317f0fa99c..bb930630ff 100644 --- a/core/userrights.class.inc.php +++ b/core/userrights.class.inc.php @@ -1350,7 +1350,7 @@ class UserRights if (empty($sLogin)) { $oUser = self::$m_oUser; } else { - $oUser = self::FindUser($sLogin); + $oUser = self::FindUser($sLogin, bAllowDisabledUsers: true); } if (is_null($oUser)) { return '';