Small change in admin/backup.php where the sorting of the contents of the backup directory would echo a warning: array_multisort() [function.array-multisort]: Argument #1 is expected to be an array or a sort flag in backup.php on line 1112
Now the sorting is wrapped in a statement that looks if there is anything to sort.

More...