Index: trunk/phase3/includes/EditPage.php |
— | — | @@ -1808,7 +1808,7 @@ |
1809 | 1809 | // If a summary has been preset using &summary= we dont want to prompt for |
1810 | 1810 | // a different summary. Only prompt for a summary if the summary is blanked. |
1811 | 1811 | // (Bug 17416) |
1812 | | - $this->autoSumm = 'd41d8cd98f00b204e9800998ecf8427e'; # == md5('') |
| 1812 | + $this->autoSumm = md5(''); |
1813 | 1813 | } |
1814 | 1814 | |
1815 | 1815 | $autosumm = $this->autoSumm ? $this->autoSumm : md5( $this->summary ); |