(cp 09d3012) fixes #2050 provide a default user_name for pwg.history.search

This commit is contained in:
plegall 2023-11-27 16:03:12 +01:00
parent 27316fdb27
commit 82331b1c61

View file

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