mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-05-18 07:16:11 +02:00
fixes #1839 forget no usernames, not only performed_by
This commit is contained in:
@@ -518,7 +518,12 @@ SELECT
|
|||||||
'counter' => 1,
|
'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;
|
$current_key = $line_key;
|
||||||
$line_id++;
|
$line_id++;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user