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 @@
744
744
*/
745
745
$wgLocalMessageCacheSerialized = true;
746
746
747
-/**
748
- * Directory for compiled constant message array databases
749
- * WARNING: turning anything on will just break things, aaaaaah!!!!
750
- */
751
-$wgCachedMessageArrays = false;
752
-
753
747
# Language settings
754
748
#
755
749
/** Site language code, should be one of ./languages/Language(.*).php */
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r15823
Merged localisation-work branch:...
tstarling
07:15, 26 July 2006