readded $wgLocalMessageCacheSerialized (was removed in r52503), it's still used in...
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Mon, 29 Jun 2009 20:43:20 +0000 (20:43 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Mon, 29 Jun 2009 20:43:20 +0000 (20:43 +0000)
includes/DefaultSettings.php

index 1382b95..5e3df00 100644 (file)
@@ -766,6 +766,13 @@ $wgMemCachedPersistent = false;
  */
 $wgUseLocalMessageCache = false;
 
+/**
+ * Defines format of local cache
+ * true - Serialized object
+ * false - PHP source file (Warning - security risk)
+ */
+$wgLocalMessageCacheSerialized = true;
+
 /**
  * Localisation cache configuration. Associative array with keys:
  *     class:       The class to use. May be overridden by extensions.