r97458 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r97457‎ | r97458 | r97459 >
Date:08:07, 19 September 2011
Author:reedy
Status:ok
Tags:
Comment:
REL1_18 MFT r97377
Modified paths:
  • /branches/REL1_18/phase3/includes/EditPage.php (modified) (history)

Diff [purge]

Index: branches/REL1_18/phase3/includes/EditPage.php
@@ -1131,8 +1131,10 @@
11321132 {
11331133 if ( md5( $this->summary ) == $this->autoSumm ) {
11341134 $this->missingSummary = true;
 1135+ $status->fatal( 'missingsummary' );
 1136+ $status->value = self::AS_SUMMARY_NEEDED;
11351137 wfProfileOut( __METHOD__ );
1136 - return self::AS_SUMMARY_NEEDED;
 1138+ return $status;
11371139 }
11381140 }
11391141
Property changes on: branches/REL1_18/phase3/includes/EditPage.php
___________________________________________________________________
Modified: svn:mergeinfo
11401142 Merged /trunk/phase3/includes/EditPage.php:r97377

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r97377Followup r95562: forgot to convert one case. Thanks to Nikerabbit for providi...catrope15:50, 17 September 2011

Status & tagging log