-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
Description
When restoring a bakup i'm presented with a list of possible backups i can choose. These bakups are labbeled by there date. However after FTP'ing an update file the modification date is changed.
On inspection i found that the date for this label is created in Backupmodx.class.php on #208.
Here the modification time of the containing folder (filemtime($this->targetPath . $folder)) is used to create the label. This should be done based on the NAME of the folder not the modification date of the folder