Fixing bug 13100 by removing a redundant line in EditPage::initialiseForm() ($this...
authorRoan Kattouw <catrope@users.mediawiki.org>
Sat, 1 Mar 2008 09:45:52 +0000 (09:45 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Sat, 1 Mar 2008 09:45:52 +0000 (09:45 +0000)
includes/EditPage.php

index 3c964dd..c03cceb 100644 (file)
@@ -992,7 +992,6 @@ class EditPage {
         */
        function initialiseForm() {
                $this->edittime = $this->mArticle->getTimestamp();
-               $this->summary = '';
                $this->textbox1 = $this->getContent(false);
                if ($this->textbox1 === false) return false;