From: Evan Prodromou Date: Sun, 3 Jan 2010 02:27:04 +0000 (-1000) Subject: fixup memcache functions X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=3b912ac97e2c19c2861065dbf2584a42810aa533;p=quix0rs-gnu-social.git fixup memcache functions --- diff --git a/lib/util.php b/lib/util.php index df3110ddd6..22dc0f9341 100644 --- a/lib/util.php +++ b/lib/util.php @@ -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');