Commit 8ecf8ad9ff2b3a372077b84a6489df57c39cff4a
1 parent
90097c59
Exists in
master
and in
55 other branches
Fix migration dir definition
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/InputOutput/IHMImpl/Config/IHMConfigClass.php
... | ... | @@ -49,7 +49,7 @@ class IHMConfigClass |
49 | 49 | |
50 | 50 | private static $processMgrFile = "processManager.xml"; |
51 | 51 | |
52 | - private static $migrationBackupDir = "MIGRATION_BACKUP"; | |
52 | + private static $migrationBackupDir = "MIGRATION_BACKUP/"; | |
53 | 53 | |
54 | 54 | private static $jobsMgrFile = "jobs.xml"; |
55 | 55 | |
... | ... |