X-Git-Url: https://git.cyclocoop.org/%20%27.%28%24debut%20%20%20%24par_page%29.%27?a=blobdiff_plain;f=includes%2Fspecials%2FSpecialNewSection.php;h=a24d8cda6990624ae533aebd97b9df86cc6ee011;hb=ef8179300a76f93c2ed51c051d99408e3403513b;hp=62379f515c6f2fa3839245efe1cd708e93bfb219;hpb=b13051536c751ee9795f41ec997c5ba73adcf50a;p=lhc%2Fweb%2Fwiklou.git 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' );