r48838 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r48837‎ | r48838 | r48839 >
Date:18:21, 25 March 2009
Author:aaron
Status:ok (Comments)
Tags:
Comment:
fix for old image deletion log params
Modified paths:
  • /trunk/phase3/includes/specials/SpecialRevisiondelete.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialRevisiondelete.php
@@ -1015,7 +1015,7 @@
10161016 if( $filesObjs[$archivename]->deleted & File::DELETED_FILE ) {
10171017 if( $bitfield & File::DELETED_FILE ) {
10181018 # Leave it alone if we are not changing this...
1019 - $set[]=$archivename;
 1019+ $set[]=$timestamp;
10201020 $transaction = true;
10211021 } else {
10221022 # We are moving this out

Comments

#Comment by Aaron Schulz (talk | contribs)   04:33, 19 April 2009

Status seems to be in error...this change is unrelated to the previous ones.

Status & tagging log