Fix regression in r47202, which stopped wpAutoSummary from being written to the output.
authorAndrew Garrett <werdna@users.mediawiki.org>
Wed, 18 Feb 2009 19:03:08 +0000 (19:03 +0000)
committerAndrew Garrett <werdna@users.mediawiki.org>
Wed, 18 Feb 2009 19:03:08 +0000 (19:03 +0000)
includes/EditPage.php

index 50d16a8..b1d8b48 100644 (file)
@@ -1393,6 +1393,7 @@ class EditPage {
                        }
                        $subjectpreview = '';
                }
+               $commentsubject .= $summaryhiddens;
 
                # Set focus to the edit box on load, except on preview or diff, where it would interfere with the display
                if ( !$this->preview && !$this->diff ) {