fix location of language variable in help module
This commit is contained in:
parent
fd5e2c6d6c
commit
7ecf162637
@ -2,7 +2,7 @@
|
||||
|
||||
if(! function_exists('load_doc_file')) {
|
||||
function load_doc_file($s) {
|
||||
global $lang;
|
||||
$lang = get_app()->language;
|
||||
if(! isset($lang))
|
||||
$lang = 'en';
|
||||
$b = basename($s);
|
||||
|
Reference in New Issue
Block a user