r111223 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r111222‎ | r111223 | r111224 >
Date:01:11, 11 February 2012
Author:mrbluesky
Status:ok
Tags:
Comment:
Follow-up to r111091. Dont paste md5 in the code.
Modified paths:
  • /trunk/phase3/includes/EditPage.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/EditPage.php
@@ -1808,7 +1808,7 @@
18091809 // If a summary has been preset using &summary= we dont want to prompt for
18101810 // a different summary. Only prompt for a summary if the summary is blanked.
18111811 // (Bug 17416)
1812 - $this->autoSumm = 'd41d8cd98f00b204e9800998ecf8427e'; # == md5('')
 1812+ $this->autoSumm = md5('');
18131813 }
18141814
18151815 $autosumm = $this->autoSumm ? $this->autoSumm : md5( $this->summary );

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r111091(bug 17416) Don't prompt for summary when summary is preset using &summary=mrbluesky21:06, 9 February 2012

Status & tagging log