@@ -226,7 +226,7 @@ |
||
| 226 | 226 | */ |
| 227 | 227 | public static function EnsureDirExists(Event $event, $path) { |
| 228 | 228 | if (!is_dir($path)) { |
| 229 | - mkdir($path, 0777, true); |
|
| 229 | + mkdir($path, 0777, TRUE); |
|
| 230 | 230 | if (!is_dir($path)) |
| 231 | 231 | throw new \Exception('Path Not Found: '.$path); |
| 232 | 232 | if ($event->getIO()->isVerbose() === TRUE) |