mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00: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;
|
return $backupTimes;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue