Enabled $wgUseLinkNamespaceDBFields
authorAaron Schulz <aschulz@wikimedia.org>
Tue, 12 Aug 2014 17:55:05 +0000 (10:55 -0700)
committerOri.livneh <ori@wikimedia.org>
Wed, 13 Aug 2014 21:33:56 +0000 (21:33 +0000)
Change-Id: I7aa64c3ef50cd0bc210ea755a0c9d6ee1b7abb7c

includes/DefaultSettings.php

index cb8325c..148a558 100644 (file)
@@ -7275,7 +7275,7 @@ $wgPageLanguageUseDB = false;
  * @var bool
  * @since 1.24
  */
-$wgUseLinkNamespaceDBFields = false;
+$wgUseLinkNamespaceDBFields = true;
 
 /**
  * For really cool vim folding this needs to be at the end: