Removed $wgEnableSerializedMessages and $wgCheckSerialized again.
authorNiklas Laxström <nikerabbit@users.mediawiki.org>
Sun, 8 Aug 2010 13:06:16 +0000 (13:06 +0000)
committerNiklas Laxström <nikerabbit@users.mediawiki.org>
Sun, 8 Aug 2010 13:06:16 +0000 (13:06 +0000)
Were removed by tim on r52503, came back with r53282 which is marked as reverted but apparently is not.

includes/DefaultSettings.php

index 32ca758..a3cb6e6 100644 (file)
@@ -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;