issues from hubzilla:#737

This commit is contained in:
zotlabs
2017-04-26 19:47:05 -07:00
committed by Mario Vavti
parent d16fbda0f8
commit 2778e63d6c
4 changed files with 18 additions and 7 deletions

View File

@@ -83,7 +83,7 @@ class DB_Upgrade {
file_put_contents($lockfile, $x);
$r = q("select account_language from account where account_email = '%s' limit 1",
dbesc(App::$config['system']['admin_email'])
dbesc(\App::$config['system']['admin_email'])
);
push_lang(($r) ? $r[0]['account_language'] : 'en');