From: Alexandre Emsenhuber Date: Mon, 29 Jun 2009 20:43:20 +0000 (+0000) Subject: readded $wgLocalMessageCacheSerialized (was removed in r52503), it's still used in... X-Git-Tag: 1.31.0-rc.0~41170 X-Git-Url: http://git.cyclocoop.org/%27.%28%24current%20%3E%202?a=commitdiff_plain;h=3c5a4b8a26669a85ab85b28aa80538c8214197ec;p=lhc%2Fweb%2Fwiklou.git readded $wgLocalMessageCacheSerialized (was removed in r52503), it's still used in MessageCache.php --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 1382b9545c..5e3df009d9 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -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.