Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Wikipedia: Mediawiki-CVS

SVN: [111223] trunk/phase3/includes/EditPage.php

 

 

Wikipedia mediawiki-cvs RSS feed   Index | Next | Previous | View Threaded


mrbluesky at svn

Feb 10, 2012, 5:11 PM

Post #1 of 1 (17 views)
Permalink
SVN: [111223] trunk/phase3/includes/EditPage.php

https://www.mediawiki.org/wiki/Special:Code/MediaWiki/111223

Revision: 111223
Author: mrbluesky
Date: 2012-02-11 01:11:07 +0000 (Sat, 11 Feb 2012)
Log Message:
-----------
Follow-up to r111091. Dont paste md5 in the code.

Modified Paths:
--------------
trunk/phase3/includes/EditPage.php

Modified: trunk/phase3/includes/EditPage.php
===================================================================
--- trunk/phase3/includes/EditPage.php 2012-02-11 01:04:14 UTC (rev 111222)
+++ trunk/phase3/includes/EditPage.php 2012-02-11 01:11:07 UTC (rev 111223)
@@ -1808,7 +1808,7 @@
// If a summary has been preset using &summary= we dont want to prompt for
// a different summary. Only prompt for a summary if the summary is blanked.
// (Bug 17416)
- $this->autoSumm = 'd41d8cd98f00b204e9800998ecf8427e'; # == md5('')
+ $this->autoSumm = md5('');
}

$autosumm = $this->autoSumm ? $this->autoSumm : md5( $this->summary );


_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS [at] lists
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Wikipedia mediawiki-cvs RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.