mirror of
https://github.com/Piwigo/Piwigo.git
synced 2025-04-27 11:49:56 +03:00
related to #1858 Most recent user first
This commit is contained in:
parent
0b9e177782
commit
c6ada9b9ac
1 changed files with 1 additions and 1 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue