N°8766 - Fix wrong author on portal log (#880)

This commit is contained in:
jf-cbd
2026-04-13 10:10:40 +02:00
committed by GitHub
parent 9f25635a64
commit d000d93b19

View File

@@ -1350,7 +1350,7 @@ class UserRights
if (empty($sLogin)) { if (empty($sLogin)) {
$oUser = self::$m_oUser; $oUser = self::$m_oUser;
} else { } else {
$oUser = self::FindUser($sLogin); $oUser = self::FindUser($sLogin, bAllowDisabledUsers: true);
} }
if (is_null($oUser)) { if (is_null($oUser)) {
return ''; return '';