From d260882c7b152d7eeadbc7110a99cb77d04a74bf Mon Sep 17 00:00:00 2001 From: "John F. Lewis" Date: Mon, 20 Feb 2017 16:43:00 +0000 Subject: [PATCH] scarily enable transclusion --- LocalSettings.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/LocalSettings.php b/LocalSettings.php index 4e03e79e98..faf096a478 100644 --- a/LocalSettings.php +++ b/LocalSettings.php @@ -2378,6 +2378,9 @@ ), // Interwiki + 'wgEnableScaryTranscluding' => array( + 'default' => true, + ), 'wgInterwikiCentralDB' => array( 'default' => 'metawiki', ),