mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-20 15:52:24 +02:00
N°8766 - Fix wrong author on portal log (#880)
This commit is contained in:
@@ -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 '';
|
||||||
|
|||||||
Reference in New Issue
Block a user