From: Andrew Garrett Date: Sun, 7 Jan 2007 04:27:34 +0000 (+0000) Subject: Revert r17905. Needs more thought, and may be annoying, particularly for large pages. X-Git-Tag: 1.31.0-rc.0~54619 X-Git-Url: http://git.cyclocoop.org/%22.%24h.%22?a=commitdiff_plain;h=6989375647ccbf985658747e3249629f5146e5d9;p=lhc%2Fweb%2Fwiklou.git Revert r17905. Needs more thought, and may be annoying, particularly for large pages. --- diff --git a/includes/EditPage.php b/includes/EditPage.php index 13cceb1841..5c36690d6c 100644 --- a/includes/EditPage.php +++ b/includes/EditPage.php @@ -122,7 +122,6 @@ class EditPage { # Inform the user of our success and set an automatic edit summary $this->editFormPageTop .= $wgOut->parse( wfMsgNoTrans( 'undo-success' ) ); $this->summary = wfMsgForContent( 'undo-summary', $undo, $undorev->getUserText() ); - $this->formtype = 'preview'; # Preview the result. } else { # Warn the user that something went wrong $this->editFormPageTop .= $wgOut->parse( wfMsgNoTrans( 'undo-failure' ) );