mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
fixes #1839 forget no usernames, not only performed_by
This commit is contained in:
@@ -518,7 +518,12 @@ SELECT
|
||||
'counter' => 1,
|
||||
);
|
||||
|
||||
@$user_ids[ $row['performed_by'] ]++;
|
||||
$user_ids[ $row['performed_by'] ] = 1;
|
||||
if ('user' == $row['object'])
|
||||
{
|
||||
$user_ids[ $row['object_id'] ] = 1;
|
||||
}
|
||||
|
||||
$current_key = $line_key;
|
||||
$line_id++;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user