r31419 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r31418‎ | r31419 | r31420 >
Date:09:45, 1 March 2008
Author:catrope
Status:old
Tags:
Comment:
Fixing bug 13100 by removing a redundant line in EditPage::initialiseForm() ($this->summary is empty by default).
Modified paths:
  • /trunk/phase3/includes/EditPage.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/EditPage.php
@@ -992,7 +992,6 @@
993993 */
994994 function initialiseForm() {
995995 $this->edittime = $this->mArticle->getTimestamp();
996 - $this->summary = '';
997996 $this->textbox1 = $this->getContent(false);
998997 if ($this->textbox1 === false) return false;
999998

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r31329(bug 13100) Added 'preloadtitle' parameter to action=edit&section=new that pr...catrope22:40, 26 February 2008

Status & tagging log