fixup memcache functions

This commit is contained in:
Evan Prodromou 2010-01-02 16:27:04 -10:00
parent 2851296c8d
commit 3b912ac97e

View File

@ -62,7 +62,7 @@ function common_init_language()
// gettext will still select the right language.
$language = common_language();
$locale_set = common_init_locale($language);
setlocale(LC_CTYPE, 'C');
// So we do not have to make people install the gettext locales
$path = common_config('site','locale_path');