We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a286022 commit 73d9dd3Copy full SHA for 73d9dd3
interface/web/admin/language_edit.php
@@ -77,7 +77,7 @@
77
$file_path = ISPC_LIB_PATH."/lang/$lang_file";
78
} else {
79
include(ISPC_WEB_PATH."/$module/lib/lang/$lang_file");
80
- $file_path = ISPC_LIB_PATH."/$module/lib/lang/$lang_file";
+ $file_path = ISPC_WEB_PATH."/$module/lib/lang/$lang_file";
81
}
82
$app->tpl->setVar("file_path", $file_path);
83
0 commit comments