From e66de2fe2aee8dfc76a1a70e4c822e509822b02c Mon Sep 17 00:00:00 2001 From: Andrew Garrett Date: Wed, 18 Feb 2009 19:03:08 +0000 Subject: [PATCH] Fix regression in r47202, which stopped wpAutoSummary from being written to the output. --- includes/EditPage.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/EditPage.php b/includes/EditPage.php index 50d16a80e1..b1d8b4821f 100644 --- a/includes/EditPage.php +++ b/includes/EditPage.php @@ -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 ) { -- 2.20.1