Skip to content
Snippets Groups Projects
Commit 73d9dd37 authored by tbrehm's avatar tbrehm
Browse files

Fixed: FS#846 - Language Editor: wrong filename shown while editing...

Fixed: FS#846 - Language Editor: wrong filename shown while editing language-file outher global module 
parent a2860226
No related branches found
No related tags found
No related merge requests found
...@@ -77,7 +77,7 @@ if($module == 'global') { ...@@ -77,7 +77,7 @@ if($module == 'global') {
$file_path = ISPC_LIB_PATH."/lang/$lang_file"; $file_path = ISPC_LIB_PATH."/lang/$lang_file";
} else { } else {
include(ISPC_WEB_PATH."/$module/lib/lang/$lang_file"); include(ISPC_WEB_PATH."/$module/lib/lang/$lang_file");
$file_path = ISPC_LIB_PATH."/$module/lib/lang/$lang_file"; $file_path = ISPC_WEB_PATH."/$module/lib/lang/$lang_file";
} }
$app->tpl->setVar("file_path", $file_path); $app->tpl->setVar("file_path", $file_path);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment