From: Rob Church Date: Sun, 25 Jun 2006 17:33:36 +0000 (+0000) Subject: *cough* Er, make it work? :) [dropped the action=submit] part X-Git-Tag: 1.31.0-rc.0~56601 X-Git-Url: http://git.cyclocoop.org//%22%22.str_replace%28%27%22%27%2C?a=commitdiff_plain;h=7a9219be74758313796d2c17684ae2c6e95cf728;p=lhc%2Fweb%2Fwiklou.git *cough* Er, make it work? :) [dropped the action=submit] part --- diff --git a/includes/SpecialExport.php b/includes/SpecialExport.php index 4045bc482c..1f9a7f3a0e 100644 --- a/includes/SpecialExport.php +++ b/includes/SpecialExport.php @@ -73,6 +73,7 @@ function wfSpecialExport( $page = '' ) { } else { $wgOut->addWikiText( wfMsg( 'exportnohistory' ) ); } + $form .= wfHidden( 'action', 'submit' ); $form .= wfSubmitButton( wfMsg( 'export-submit' ) ) . ''; $wgOut->addHtml( $form ); }