From ef8179300a76f93c2ed51c051d99408e3403513b Mon Sep 17 00:00:00 2001 From: DannyS712 Date: Thu, 8 Aug 2019 08:50:05 +0000 Subject: [PATCH] Fix Special:NewSection showNoRedirectPage form handling (2) Bug: T207577 Change-Id: I869501fde15d0c306cefb96de6678cd580074d20 --- includes/specials/SpecialNewSection.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/specials/SpecialNewSection.php b/includes/specials/SpecialNewSection.php index 62379f515c..a24d8cda69 100644 --- a/includes/specials/SpecialNewSection.php +++ b/includes/specials/SpecialNewSection.php @@ -52,6 +52,7 @@ class SpecialNewSection extends RedirectSpecialPage { 'type' => 'text', 'name' => 'page', 'label-message' => 'newsection-page', + 'required' => true, ], ], $this->getContext(), 'newsection' ); $form->setSubmitTextMsg( 'newsection-submit' ); -- 2.20.1