mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
fixes #2259 order by activity_id instead of occured_on
This commit is contained in:
@@ -36,7 +36,7 @@ if (is_webmaster())
|
||||
FROM '.ACTIVITY_TABLE.'
|
||||
LEFT JOIN '.USERS_TABLE.' ON performed_by = '.$conf['user_fields']['id'].'
|
||||
WHERE object = \'system\'
|
||||
ORDER BY occured_on DESC';
|
||||
ORDER BY activity_id DESC';
|
||||
|
||||
// Format our data for frontend
|
||||
$result = pwg_query($query);
|
||||
|
||||
Reference in New Issue
Block a user