]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
fixup memcache functions
authorEvan Prodromou <evan@status.net>
Sun, 3 Jan 2010 02:27:04 +0000 (16:27 -1000)
committerEvan Prodromou <evan@status.net>
Sun, 3 Jan 2010 02:27:04 +0000 (16:27 -1000)
lib/util.php

index df3110ddd658b750191ad775e4e4a697cc216835..22dc0f9341f5d1f872d059a5048c90ee141c9257 100644 (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');