removing meaningless information

This commit is contained in:
Eric Espie
2021-10-22 10:10:14 +02:00
parent 89ea4adbce
commit fac454595a

View File

@@ -682,7 +682,7 @@ abstract class LogAPI
{
$oConnectedUser = UserRights::GetUserObject();
if (is_null($oConnectedUser)) {
return 'null';
return '';
}
return $oConnectedUser->GetKey();