page evenement
This commit is contained in:
Regular → Executable
+1
-1
@@ -222,7 +222,7 @@ class Backups
|
||||
$backup_root = rtrim(GRAV_ROOT . $backup_root, '/');
|
||||
}
|
||||
|
||||
if (!file_exists($backup_root)) {
|
||||
if (!$backup_root || !file_exists($backup_root)) {
|
||||
throw new RuntimeException("Backup location: {$backup_root} does not exist...");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user