Fix to previous fix :(

darcs-hash:20081007155038-f6e2c-edf0c68026daa174123533af92edc5318a611ba0.gz
This commit is contained in:
CiaranG 2008-10-07 11:50:38 -04:00
parent 33b0410723
commit a50a159bf0

View File

@ -146,7 +146,7 @@ function common_init_language() {
bind_textdomain_codeset("laconica", "UTF-8"); bind_textdomain_codeset("laconica", "UTF-8");
textdomain("laconica"); textdomain("laconica");
setlocale(LC_CTYPE, 'C'); setlocale(LC_CTYPE, 'C');
if(!$local_set) { if(!$locale_set) {
common_log(LOG_INFO,'Language requested:'.$language.' - locale could not be set:',__FILE__); common_log(LOG_INFO,'Language requested:'.$language.' - locale could not be set:',__FILE__);
} }
} }