diff options
author | friendica <info@friendica.com> | 2012-07-22 00:46:20 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-07-22 00:46:20 -0700 |
commit | 236ba8badcca39206e5a8595af5c1464bba2863e (patch) | |
tree | ca27bc811b360ffad153a8220df6c1d21f403022 /index.php | |
parent | 6d74c2c594fd00c32f38f5ad8d7dd66e9e58b077 (diff) | |
download | volse-hubzilla-236ba8badcca39206e5a8595af5c1464bba2863e.tar.gz volse-hubzilla-236ba8badcca39206e5a8595af5c1464bba2863e.tar.bz2 volse-hubzilla-236ba8badcca39206e5a8595af5c1464bba2863e.zip |
more account infrastructure
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ $install = ((file_exists('.htconfig.php') && filesize('.htconfig.php')) ? false @include(".htconfig.php"); -$lang = get_best_language(); +$a->language = $lang = get_best_language(); load_translation_table($lang); |