From b6a6c7fdf75b0a7a30a7dbef30c7c2a64c0f74f1 Mon Sep 17 00:00:00 2001 From: Volker E Date: Sat, 10 Nov 2018 17:10:08 -0800 Subject: [PATCH] Special:Log: Use OOUI Bug: T117737 Change-Id: I1a7028a35359d507f699c77a69b09853d45362f5 --- includes/logging/LogEventsList.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' ) -- 2.20.1