From: Aaron Schulz Date: Wed, 25 Mar 2009 18:21:22 +0000 (+0000) Subject: fix for old image deletion log params X-Git-Tag: 1.31.0-rc.0~42358 X-Git-Url: http://git.cyclocoop.org/%22.%24h.%22?a=commitdiff_plain;h=3c0fb25cf8837d6c1e6366b0b599f13e22638689;p=lhc%2Fweb%2Fwiklou.git fix for old image deletion log params --- diff --git a/includes/specials/SpecialRevisiondelete.php b/includes/specials/SpecialRevisiondelete.php index 7751741687..ab0112aa88 100644 --- a/includes/specials/SpecialRevisiondelete.php +++ b/includes/specials/SpecialRevisiondelete.php @@ -1015,7 +1015,7 @@ class RevisionDeleter { if( $filesObjs[$archivename]->deleted & File::DELETED_FILE ) { if( $bitfield & File::DELETED_FILE ) { # Leave it alone if we are not changing this... - $set[]=$archivename; + $set[]=$timestamp; $transaction = true; } else { # We are moving this out