-
Bug
-
Resolution: Fixed
-
Minor
-
3.11.9, 4.0.3, 4.1, 4.1.6, 4.2.3, 4.3.1, 4.4
-
1
-
Team Hedgehog 2023 Sprint 4.1
-
Small
The command defines the extract path as
$backupdir = "restore_" . uniqid(); |
$path = $CFG->tempdir . DIRECTORY_SEPARATOR . "backup" . DIRECTORY_SEPARATOR . $backupdir; |
However, the restore code uses CFG->backuptempdir if its set and then fails to find the backup files.