diff options
author | friendica <info@friendica.com> | 2012-04-17 06:50:09 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-04-17 06:50:09 -0700 |
commit | 8269d6aa19eb71063ff578b43b237ffd4fea93b1 (patch) | |
tree | 58ff40aa9414f8484a3f1091b616e81db720822e /include/pgettext.php | |
parent | e6330e3b966401f83d54bdd08c9ed9ab294643e0 (diff) | |
parent | 720c8324c7572ebf51e4083430e060900cb30750 (diff) | |
download | volse-hubzilla-8269d6aa19eb71063ff578b43b237ffd4fea93b1.tar.gz volse-hubzilla-8269d6aa19eb71063ff578b43b237ffd4fea93b1.tar.bz2 volse-hubzilla-8269d6aa19eb71063ff578b43b237ffd4fea93b1.zip |
Merge pull request #240 from CatoTH/master
Some bugfixes / Notices
Diffstat (limited to 'include/pgettext.php')
-rw-r--r-- | include/pgettext.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/pgettext.php b/include/pgettext.php index 83e76ba9d..a079a4687 100644 --- a/include/pgettext.php +++ b/include/pgettext.php @@ -49,6 +49,7 @@ function get_language() { if(isset($preferred)) return $preferred; + $a = get_app(); return ((isset($a->config['system']['language'])) ? $a->config['system']['language'] : 'en'); }} |