Index: trunk/phase3/includes/EditPage.php |
— | — | @@ -122,6 +122,7 @@ |
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. |
126 | 127 | } else { |
127 | 128 | # Warn the user that something went wrong |
128 | 129 | $this->editFormPageTop .= $wgOut->parse( wfMsgNoTrans( 'undo-failure' ) ); |