r41143 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r41142‎ | r41143 | r41144 >
Date:08:41, 22 September 2008
Author:ialex
Status:old
Tags:
Comment:
Remove $wgCachedMessageArrays from DefaultSettings.php, there's no other occurrence of this variable. Seems that it was removed in r15823.
Modified paths:
  • /trunk/phase3/includes/DefaultSettings.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/DefaultSettings.php
@@ -743,12 +743,6 @@
744744 */
745745 $wgLocalMessageCacheSerialized = true;
746746
747 -/**
748 - * Directory for compiled constant message array databases
749 - * WARNING: turning anything on will just break things, aaaaaah!!!!
750 - */
751 -$wgCachedMessageArrays = false;
752 -
753747 # Language settings
754748 #
755749 /** Site language code, should be one of ./languages/Language(.*).php */

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r15823Merged localisation-work branch:...tstarling07:15, 26 July 2006