mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
related to #1858 Most recent user first
This commit is contained in:
@@ -1481,7 +1481,7 @@ function update_guest_info() {
|
||||
function update_user_list() {
|
||||
let update_data = {
|
||||
display: "all",
|
||||
order: "id",
|
||||
order: "id DESC", // We want the most recent user first
|
||||
page: actual_page - 1,
|
||||
per_page: per_page,
|
||||
exclude: [guest_id]
|
||||
|
||||
Reference in New Issue
Block a user