From: Aaron Schulz Date: Wed, 28 Jan 2009 20:03:15 +0000 (+0000) Subject: (bug 17193) Carry $this->mReUpload over with hidden field for better consistency... X-Git-Tag: 1.31.0-rc.0~43162 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=7de0663e4208dfcae36efa5f318fe386b8b22b21;p=lhc%2Fweb%2Fwiklou.git (bug 17193) Carry $this->mReUpload over with hidden field for better consistency after upload errors --- diff --git a/includes/specials/SpecialUpload.php b/includes/specials/SpecialUpload.php index 9f1c16b67f..ee11ce4f1a 100644 --- a/includes/specials/SpecialUpload.php +++ b/includes/specials/SpecialUpload.php @@ -1250,6 +1250,7 @@ wgUploadAutoFill = {$autofill}; " . Xml::closeElement( 'table' ) . Xml::hidden( 'wpDestFileWarningAck', '', array( 'id' => 'wpDestFileWarningAck' ) ) . + xml::hidden( 'wpReUpload', $this->mReUpload ) . Xml::closeElement( 'fieldset' ) . Xml::closeElement( 'form' ) );