r47457 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r47456‎ | r47457 | r47458 >
Date:19:03, 18 February 2009
Author:werdna
Status:ok
Tags:
Comment:
Fix regression in r47202, which stopped wpAutoSummary from being written to the output.
Modified paths:
  • /trunk/phase3/includes/EditPage.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/EditPage.php
@@ -1393,6 +1393,7 @@
13941394 }
13951395 $subjectpreview = '';
13961396 }
 1397+ $commentsubject .= $summaryhiddens;
13971398
13981399 # Set focus to the edit box on load, except on preview or diff, where it would interfere with the display
13991400 if ( !$this->preview && !$this->diff ) {

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r47202Trying to make the EditPage code a bit more readable by breaking lines and co...werdna23:42, 12 February 2009

Status & tagging log