Commit 5b96e0e26d6c8e423a5d3cca8bad8a61b83c38e4

Authored by Benjamin Renard
1 parent 8ecf8ad9

Another fix for migration path

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/InputOutput/IHMImpl/Config/IHMConfigClass.php
... ... @@ -126,7 +126,7 @@ class IHMConfigClass
126 126 $backupPath .= (self::$userName.'/');
127 127 if (!is_dir($backupPath))
128 128 mkdir($backupPath);
129   - return mkdir($backupPath);
  129 + return $backupPath;
130 130 }
131 131  
132 132 public static function getGenericDataPath()
... ...