@@ -369,7 +369,7 @@ |
||
369 | 369 | * |
370 | 370 | * @return string|null the full file path |
371 | 371 | */ |
372 | - protected function getDefaultFilePathForView($file){ |
|
372 | + protected function getDefaultFilePathForView($file) { |
|
373 | 373 | $searchDir = array(APPS_VIEWS_PATH, CORE_VIEWS_PATH); |
374 | 374 | $fullFilePath = null; |
375 | 375 | foreach ($searchDir as $dir) { |