Index: trunk/phase3/includes/EditPage.php |
— | — | @@ -122,7 +122,6 @@ |
123 | 123 | # Inform the user of our success and set an automatic edit summary |
124 | 124 | $this->editFormPageTop .= $wgOut->parse( wfMsgNoTrans( 'undo-success' ) ); |
125 | 125 | $this->summary = wfMsgForContent( 'undo-summary', $undo, $undorev->getUserText() ); |
126 | | - $this->formtype = 'preview'; # Preview the result. |
127 | 126 | } else { |
128 | 127 | # Warn the user that something went wrong |
129 | 128 | $this->editFormPageTop .= $wgOut->parse( wfMsgNoTrans( 'undo-failure' ) ); |