diff options
author | Evan Prodromou <evan@status.net> | 2010-01-02 16:27:04 -1000 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2010-01-02 16:27:04 -1000 |
commit | 3b912ac97e2c19c2861065dbf2584a42810aa533 (patch) | |
tree | c250fed6bcc4d581ada2f81d7ee62f00b46afb12 /lib | |
parent | 2851296c8df7ad8fb9394d9d087ce04867e30d92 (diff) |
fixup memcache functions
Diffstat (limited to 'lib')
-rw-r--r-- | lib/util.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util.php b/lib/util.php index df3110ddd..22dc0f934 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'); |