From: Niklas Laxström Date: Sun, 8 Aug 2010 13:06:16 +0000 (+0000) Subject: Removed $wgEnableSerializedMessages and $wgCheckSerialized again. X-Git-Tag: 1.31.0-rc.0~35618 X-Git-Url: https://git.cyclocoop.org/%7B%7B%20url_for%28?a=commitdiff_plain;h=f8604f9620e151cf3d4c663845cfb40f402c0c3f;p=lhc%2Fweb%2Fwiklou.git Removed $wgEnableSerializedMessages and $wgCheckSerialized again. Were removed by tim on r52503, came back with r53282 which is marked as reverted but apparently is not. --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 32ca758559..a3cb6e6c64 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -1899,20 +1899,6 @@ $wgMsgCacheExpiry = 86400; */ $wgMaxMsgCacheEntrySize = 10000; -/** - * If true, serialized versions of the messages arrays will be - * read from the 'serialized' subdirectory if they are present. - * Set to false to always use the Messages files, regardless of - * whether they are up to date or not. - */ -$wgEnableSerializedMessages = true; - -/** - * Set to false if you are thorough system admin who always remembers to keep - * serialized files up to date to save few mtime calls. - */ -$wgCheckSerialized = true; - /** Whether to enable language variant conversion. */ $wgDisableLangConversion = false;