@@ -241,10 +241,10 @@ |
||
| 241 | 241 | throw new \Exception('Package ' . $this->filepath . ' not readable! Will be ignored in the future. Please try again!'); |
| 242 | 242 | } |
| 243 | 243 | foreach ($p as $file) { |
| 244 | - if (substr($file, strrpos($file, '/') + 1) == 'WIZARD_UIFILES') { |
|
| 245 | - touch($this->wizfile); |
|
| 246 | - return true; |
|
| 247 | - } |
|
| 244 | + if (substr($file, strrpos($file, '/') + 1) == 'WIZARD_UIFILES') { |
|
| 245 | + touch($this->wizfile); |
|
| 246 | + return true; |
|
| 247 | + } |
|
| 248 | 248 | } |
| 249 | 249 | return false; |
| 250 | 250 | } |