diff options
author | CiaranG <ciaran@ciarang.com> | 2008-10-07 11:50:38 -0400 |
---|---|---|
committer | CiaranG <ciaran@ciarang.com> | 2008-10-07 11:50:38 -0400 |
commit | a50a159bf053ecceff073d100108716f2ef169f6 (patch) | |
tree | bc8d379eeeb0a718a2769bbea5aae7a2d0b48464 /lib/util.php | |
parent | 33b04107231823b48ee27ca28b73266c706e105f (diff) |
Fix to previous fix :(
darcs-hash:20081007155038-f6e2c-edf0c68026daa174123533af92edc5318a611ba0.gz
Diffstat (limited to 'lib/util.php')
-rw-r--r-- | lib/util.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util.php b/lib/util.php index 5c5c7179c..6ec557b2f 100644 --- a/lib/util.php +++ b/lib/util.php @@ -146,7 +146,7 @@ function common_init_language() { bind_textdomain_codeset("laconica", "UTF-8"); textdomain("laconica"); setlocale(LC_CTYPE, 'C'); - if(!$local_set) { + if(!$locale_set) { common_log(LOG_INFO,'Language requested:'.$language.' - locale could not be set:',__FILE__); } } |