r46226 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r46225‎ | r46226 | r46227 >
Date:20:30, 25 January 2009
Author:aaron
Status:ok (Comments)
Tags:
Comment:
Don't show extra copyright data on re-upload
Modified paths:
  • /trunk/phase3/includes/specials/SpecialUpload.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialUpload.php
@@ -1202,7 +1202,7 @@
12031203 }
12041204 }
12051205
1206 - if ( $wgUseCopyrightUpload ) {
 1206+ if ( !$this->mReUpload && $wgUseCopyrightUpload ) {
12071207 $filestatus = wfMsgExt( 'filestatus', 'escapenoentities' );
12081208 $copystatus = htmlspecialchars( $this->mCopyrightStatus );
12091209 $filesource = wfMsgExt( 'filesource', 'escapenoentities' );

Comments

#Comment by Brion VIBBER (talk | contribs)   01:10, 27 January 2009

Release notes! :)

#Comment by Aaron Schulz (talk | contribs)   03:32, 27 January 2009

Note: parent rev is r45963

#Comment by Aaron Schulz (talk | contribs)   03:38, 27 January 2009

Release notes updated

Status & tagging log