fix location of language variable in help module

This commit is contained in:
friendica 2013-09-05 04:48:14 -07:00
parent fd5e2c6d6c
commit 7ecf162637

View File

@ -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);