From 966d5c803349ee6a2ba7706c6822f61d9439da64 Mon Sep 17 00:00:00 2001 From: Prateek Saxena Date: Tue, 23 Sep 2014 16:53:44 -0700 Subject: [PATCH] Special:BookSources Add global Follow up to I00c4a00d4a2aeb7f6b39ede6fca1725991b68d7c Change-Id: I7d09d6b648ccd710c4e3147c0c2b33d6ecaca15a --- includes/specials/SpecialBooksources.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/includes/specials/SpecialBooksources.php b/includes/specials/SpecialBooksources.php index 8b4462ac8a..0a92768ac7 100644 --- a/includes/specials/SpecialBooksources.php +++ b/includes/specials/SpecialBooksources.php @@ -117,6 +117,8 @@ class SpecialBookSources extends SpecialPage { * @return string */ private function makeForm() { + global $wgUseMediaWikiUIEverywhere; + $form = Html::openElement( 'fieldset' ) . "\n"; $form .= Html::element( 'legend', -- 2.20.1