mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-09-14 02:24:52 +08:00
Merge pull request #375 from nextcloud/enh/374/list-newest-backups-first
list newest backups first
This commit is contained in:
commit
31f86c1570
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
Reference in a new issue