Skip to content

Commit 73d9dd3

Browse files
committed
Fixed: FS#846 - Language Editor: wrong filename shown while editing language-file outher global module
1 parent a286022 commit 73d9dd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/web/admin/language_edit.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
$file_path = ISPC_LIB_PATH."/lang/$lang_file";
7878
} else {
7979
include(ISPC_WEB_PATH."/$module/lib/lang/$lang_file");
80-
$file_path = ISPC_LIB_PATH."/$module/lib/lang/$lang_file";
80+
$file_path = ISPC_WEB_PATH."/$module/lib/lang/$lang_file";
8181
}
8282
$app->tpl->setVar("file_path", $file_path);
8383

0 commit comments

Comments
 (0)