From 7a9219be74758313796d2c17684ae2c6e95cf728 Mon Sep 17 00:00:00 2001 From: Rob Church Date: Sun, 25 Jun 2006 17:33:36 +0000 Subject: [PATCH] *cough* Er, make it work? :) [dropped the action=submit] part --- includes/SpecialExport.php | 1 + 1 file changed, 1 insertion(+) 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 ); } -- 2.20.1