Index: trunk/phase3/includes/specials/SpecialUpload.php |
— | — | @@ -1202,7 +1202,7 @@ |
1203 | 1203 | } |
1204 | 1204 | } |
1205 | 1205 | |
1206 | | - if ( $wgUseCopyrightUpload ) { |
| 1206 | + if ( !$this->mReUpload && $wgUseCopyrightUpload ) { |
1207 | 1207 | $filestatus = wfMsgExt( 'filestatus', 'escapenoentities' ); |
1208 | 1208 | $copystatus = htmlspecialchars( $this->mCopyrightStatus ); |
1209 | 1209 | $filesource = wfMsgExt( 'filesource', 'escapenoentities' ); |