From: gopavasanth Date: Sat, 21 Apr 2018 13:24:16 +0000 (+0530) Subject: Special:PrefixIndex: Convert to OOUI X-Git-Tag: 1.34.0-rc.0~5397^2 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dcompta/comptes/Foo_bar_baz?a=commitdiff_plain;h=c8fd6077a1034bbf2e2a8e376575167bb7ec0f65;p=lhc%2Fweb%2Fwiklou.git Special:PrefixIndex: Convert to OOUI Bug: T117726 Change-Id: I13c4d6d5132b7085bc954a97d270efbef0acb846 --- diff --git a/includes/specials/SpecialPrefixindex.php b/includes/specials/SpecialPrefixindex.php index 2f285c93ed..3ca3a85307 100644 --- a/includes/specials/SpecialPrefixindex.php +++ b/includes/specials/SpecialPrefixindex.php @@ -128,7 +128,7 @@ class SpecialPrefixindex extends SpecialAllPages { ]; $context = new DerivativeContext( $this->getContext() ); $context->setTitle( $this->getPageTitle() ); // Remove subpage - $htmlForm = new HTMLForm( $formDescriptor, $context ); + $htmlForm = HTMLForm::factory( 'ooui', $formDescriptor, $context ); $htmlForm ->setMethod( 'get' ) ->setWrapperLegendMsg( 'prefixindex' )