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 @@
993
993
*/
994
994
function initialiseForm() {
995
995
$this->edittime = $this->mArticle->getTimestamp();
996
- $this->summary = '';
997
996
$this->textbox1 = $this->getContent(false);
998
997
if ($this->textbox1 === false) return false;
999
998
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r31329
(
bug 13100
) Added 'preloadtitle' parameter to action=edit§ion=new that pr...
catrope
22:40, 26 February 2008
Status & tagging log
15:24, 12 September 2011
Meno25
(
talk
|
contribs
)
changed the
status
of r31419
[
removed:
ok
added:
old]