From 68cad93a447be3e7824c79c0663967ee727a6244 Mon Sep 17 00:00:00 2001 From: mrbluesky Date: Sat, 11 Feb 2012 01:11:07 +0000 Subject: [PATCH] Follow-up to r111091. Dont paste md5 in the code. --- includes/EditPage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/EditPage.php b/includes/EditPage.php index cd91282c8e..3a560b88be 100644 --- a/includes/EditPage.php +++ b/includes/EditPage.php @@ -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 ); -- 2.20.1