diff options
author | zotlabs <mike@macgirvin.com> | 2017-04-26 19:47:05 -0700 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-04-27 14:33:01 +0200 |
commit | 2778e63d6c51b5ca77d9a309ddb7390b239fa491 (patch) | |
tree | 1813c5dd6d98c211dfcc734da902c45b6dee74fc /Zotlabs/Lib/DB_Upgrade.php | |
parent | d16fbda0f8c97b504c20cbcfbd07031ef0fa62fe (diff) | |
download | volse-hubzilla-2778e63d6c51b5ca77d9a309ddb7390b239fa491.tar.gz volse-hubzilla-2778e63d6c51b5ca77d9a309ddb7390b239fa491.tar.bz2 volse-hubzilla-2778e63d6c51b5ca77d9a309ddb7390b239fa491.zip |
issues from hubzilla:#737
Diffstat (limited to 'Zotlabs/Lib/DB_Upgrade.php')
-rw-r--r-- | Zotlabs/Lib/DB_Upgrade.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Lib/DB_Upgrade.php b/Zotlabs/Lib/DB_Upgrade.php index 55c69bcca..bb72e7a05 100644 --- a/Zotlabs/Lib/DB_Upgrade.php +++ b/Zotlabs/Lib/DB_Upgrade.php @@ -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'); |