From: CiaranG Date: Tue, 7 Oct 2008 15:50:38 +0000 (-0400) Subject: Fix to previous fix :( X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a50a159bf053ecceff073d100108716f2ef169f6;p=quix0rs-gnu-social.git Fix to previous fix :( darcs-hash:20081007155038-f6e2c-edf0c68026daa174123533af92edc5318a611ba0.gz --- diff --git a/lib/util.php b/lib/util.php index 5c5c7179ce..6ec557b2f9 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__); } }