From f8604f9620e151cf3d4c663845cfb40f402c0c3f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niklas=20Laxstr=C3=B6m?= Date: Sun, 8 Aug 2010 13:06:16 +0000 Subject: [PATCH] Removed $wgEnableSerializedMessages and $wgCheckSerialized again. Were removed by tim on r52503, came back with r53282 which is marked as reverted but apparently is not. --- includes/DefaultSettings.php | 14 -------------- 1 file changed, 14 deletions(-) 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; -- 2.20.1