From: Prateek Saxena Date: Tue, 23 Sep 2014 23:53:44 +0000 (-0700) Subject: Special:BookSources Add global X-Git-Tag: 1.31.0-rc.0~13856^2 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dcompta/comptes/journal.php?a=commitdiff_plain;h=966d5c803349ee6a2ba7706c6822f61d9439da64;p=lhc%2Fweb%2Fwiklou.git Special:BookSources Add global Follow up to I00c4a00d4a2aeb7f6b39ede6fca1725991b68d7c Change-Id: I7d09d6b648ccd710c4e3147c0c2b33d6ecaca15a --- 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',