r96392 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r96391‎ | r96392 | r96393 >
Date:01:09, 7 September 2011
Author:nelson
Status:ok
Tags:
Comment:
purgeThumbList() needn't always delete all the files in the thumb dir
Modified paths:
  • /trunk/phase3/includes/filerepo/LocalFile.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/filerepo/LocalFile.php
@@ -761,12 +761,6 @@
762762 wfRestoreWarnings();
763763 }
764764 }
765 - if ( is_dir( $dir ) ) {
766 - wfSuppressWarnings();
767 - rmdir( $dir ); // Might have already gone away, spews errors if we don't.
768 - wfRestoreWarnings();
769 - }
770 -
771765 }
772766
773767 /** purgeDescription inherited */

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r96375delete now-empty archived thumb directoriesnelson21:51, 6 September 2011

Status & tagging log