Follow-up to r111091. Dont paste md5 in the code.
authormrbluesky <mrbluesky@localhost>
Sat, 11 Feb 2012 01:11:07 +0000 (01:11 +0000)
committermrbluesky <mrbluesky@localhost>
Sat, 11 Feb 2012 01:11:07 +0000 (01:11 +0000)
includes/EditPage.php

index cd91282..3a560b8 100644 (file)
@@ -1808,7 +1808,7 @@ class EditPage {
                        // 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 );