(cp c6ada9b) related to #1858 Most recent user first

This commit is contained in:
MatthieuLP
2023-02-06 15:02:41 +01:00
parent 24b439e2a7
commit da0a22aa85
+1 -1
View File
@@ -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]