Skip to content

Commit 0c43c06

Browse files
author
Till Brehm
committed
Merge branch 'develop' into 'develop'
Fix access of non existing variable backup.inc.php See merge request ispconfig/ispconfig3!1884
2 parents d3ecd74 + 29ce44d commit 0c43c06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/lib/classes/backup.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ public static function restoreBackupWebFiles($backup_format, $password, $backup_
448448
}
449449
}
450450
} else {
451-
$app->log('Failed to restore web backup ' . $full_filename . ', backup mode "' . $backup_mode . '" not recognized.', LOGLEVEL_DEBUG);
451+
$app->log('Failed to restore web backup ' . $filename . ', backup mode "' . $backup_mode . '" not recognized.', LOGLEVEL_DEBUG);
452452
}
453453
$app->system->web_folder_protection($web_root, true);
454454
return $result;

0 commit comments

Comments
 (0)