mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-06 08:43:31 +02: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() {
|
function update_user_list() {
|
||||||
let update_data = {
|
let update_data = {
|
||||||
display: "all",
|
display: "all",
|
||||||
order: "id",
|
order: "id DESC", // We want the most recent user first
|
||||||
page: actual_page - 1,
|
page: actual_page - 1,
|
||||||
per_page: per_page,
|
per_page: per_page,
|
||||||
exclude: [guest_id]
|
exclude: [guest_id]
|
||||||
|
|||||||
Reference in New Issue
Block a user