Merge remote-tracking branch 'origin/support/3.2' into develop

This commit is contained in:
jf-cbd
2026-04-13 10:17:26 +02:00
3 changed files with 9 additions and 1 deletions

View File

@@ -1375,7 +1375,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 '';