* (bug 18699) Using the nosummary URL option no longer triggers the "You have not...
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sun, 2 Aug 2009 13:37:41 +0000 (13:37 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sun, 2 Aug 2009 13:37:41 +0000 (13:37 +0000)
includes/EditPage.php

index d3b7a82..4aa603b 100644 (file)
@@ -1409,6 +1409,8 @@ class EditPage {
                                                                                'maxlength' => '200',
                                                                                'tabindex' => '1'
                                                                        ) );
+                       } else {
+                               $summaryhiddens .= Xml::hidden( 'wpIgnoreBlankSummary', true ); # bug 18699
                        }
                        $editsummary = "<div class='editOptions'>\n";
                        global $wgParser;