mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
list newest backups first
Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
parent
f9772a856c
commit
6be1154914
1 changed files with 3 additions and 0 deletions
|
|
@ -102,6 +102,9 @@ class ConfigurationManager
|
|||
}
|
||||
}
|
||||
|
||||
// Reverse the array to list newest backup first
|
||||
$backupTimes = array_reverse($backupTimes);
|
||||
|
||||
return $backupTimes;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue