fixes #2050 provide a default user_name for pwg.history.search

This commit is contained in:
plegall 2023-11-27 16:02:01 +01:00
parent 445cc4ec14
commit 09d30129cd

View file

@ -927,6 +927,7 @@ SELECT
continue;
}
$user_name = '#unknown';
$user_string = '';
if (isset($username_of[$line['user_id']]))
{