From: Volker E Date: Sun, 11 Nov 2018 01:10:08 +0000 (-0800) Subject: Special:Log: Use OOUI X-Git-Tag: 1.34.0-rc.0~3517^2 X-Git-Url: http://git.cyclocoop.org//%27%40script%40/%27?a=commitdiff_plain;h=b6a6c7fdf75b0a7a30a7dbef30c7c2a64c0f74f1;p=lhc%2Fweb%2Fwiklou.git Special:Log: Use OOUI Bug: T117737 Change-Id: I1a7028a35359d507f699c77a69b09853d45362f5 --- diff --git a/includes/logging/LogEventsList.php b/includes/logging/LogEventsList.php index a5aa6879e9..ebc3361c88 100644 --- a/includes/logging/LogEventsList.php +++ b/includes/logging/LogEventsList.php @@ -174,7 +174,7 @@ class LogEventsList extends ContextSource { $context = new DerivativeContext( $this->getContext() ); $context->setTitle( SpecialPage::getTitleFor( 'Log' ) ); // Remove subpage - $htmlForm = new HTMLForm( $formDescriptor, $context ); + $htmlForm = HTMLForm::factory( 'ooui', $formDescriptor, $context ); $htmlForm ->setSubmitText( $this->msg( 'logeventslist-submit' )->text() ) ->setMethod( 'get' )