mirror of
https://github.com/Piwigo/Piwigo.git
synced 2025-04-26 03:09:58 +03:00
fixes #2050 provide a default user_name for pwg.history.search
This commit is contained in:
parent
445cc4ec14
commit
09d30129cd
1 changed files with 1 additions and 0 deletions
|
@ -927,6 +927,7 @@ SELECT
|
|||
continue;
|
||||
}
|
||||
|
||||
$user_name = '#unknown';
|
||||
$user_string = '';
|
||||
if (isset($username_of[$line['user_id']]))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue