mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-18 16:18:47 +02:00
removing meaningless information
This commit is contained in:
@@ -682,7 +682,7 @@ abstract class LogAPI
|
||||
{
|
||||
$oConnectedUser = UserRights::GetUserObject();
|
||||
if (is_null($oConnectedUser)) {
|
||||
return 'null';
|
||||
return '';
|
||||
}
|
||||
|
||||
return $oConnectedUser->GetKey();
|
||||
|
||||
Reference in New Issue
Block a user