From a50a159bf053ecceff073d100108716f2ef169f6 Mon Sep 17 00:00:00 2001 From: CiaranG Date: Tue, 7 Oct 2008 11:50:38 -0400 Subject: Fix to previous fix :( darcs-hash:20081007155038-f6e2c-edf0c68026daa174123533af92edc5318a611ba0.gz --- lib/util.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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__); } } -- cgit v1.2.3-54-g00ecf