From: Aaron Schulz Date: Tue, 12 Aug 2014 17:55:05 +0000 (-0700) Subject: Enabled $wgUseLinkNamespaceDBFields X-Git-Tag: 1.31.0-rc.0~14440 X-Git-Url: http://git.cyclocoop.org/%24self?a=commitdiff_plain;h=c202712d19f085b584a82aa5766e891a20ddc64b;p=lhc%2Fweb%2Fwiklou.git Enabled $wgUseLinkNamespaceDBFields Change-Id: I7aa64c3ef50cd0bc210ea755a0c9d6ee1b7abb7c --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index cb8325c323..148a55816f 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -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: