From: Alexandre Emsenhuber Date: Mon, 22 Sep 2008 08:41:09 +0000 (+0000) Subject: Remove $wgCachedMessageArrays from DefaultSettings.php, there's no other occurrence... X-Git-Tag: 1.31.0-rc.0~45147 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=12b974beb5b13a868426019248ce035d6a97d149;p=lhc%2Fweb%2Fwiklou.git Remove $wgCachedMessageArrays from DefaultSettings.php, there's no other occurrence of this variable. Seems that it was removed in r15823. --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index ecec18dec8..592c5b9344 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -743,12 +743,6 @@ $wgLocalMessageCache = false; */ $wgLocalMessageCacheSerialized = true; -/** - * Directory for compiled constant message array databases - * WARNING: turning anything on will just break things, aaaaaah!!!! - */ -$wgCachedMessageArrays = false; - # Language settings # /** Site language code, should be one of ./languages/Language(.*).php */