|
@@ -335,7 +335,7 @@ discard block |
|
|
block discarded – undo |
|
335
|
335
|
* @param string $appLang the application language, only if type = "language" |
|
336
|
336
|
* @return string|null the full file path |
|
337
|
337
|
*/ |
|
338
|
|
- protected function getDefaultFilePathForFunctionLanguage($file, $type, $appLang = null){ |
|
|
338
|
+ protected function getDefaultFilePathForFunctionLanguage($file, $type, $appLang = null) { |
|
339
|
339
|
//Default to "function" |
|
340
|
340
|
$searchDir = array(FUNCTIONS_PATH, CORE_FUNCTIONS_PATH); |
|
341
|
341
|
if ($type == 'language') { |
|
@@ -359,7 +359,7 @@ discard block |
|
|
block discarded – undo |
|
359
|
359
|
* @param string|null $module the module if is not null will return it |
|
360
|
360
|
* @return string|null |
|
361
|
361
|
*/ |
|
362
|
|
- protected function getModuleFromSuperController($module){ |
|
|
362
|
+ protected function getModuleFromSuperController($module) { |
|
363
|
363
|
$obj = & get_instance(); |
|
364
|
364
|
if (!$module && !empty($obj->moduleName)) { |
|
365
|
365
|
$module = $obj->moduleName; |
Please login to merge, or discard this patch.