r52745 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r52744‎ | r52745 | r52746 >
Date:15:31, 3 July 2009
Author:demon
Status:deferred
Tags:
Comment:
Add fixme on this one, is using old FileStore stuff. This is broken on trunk too.
Modified paths:
  • /branches/maintenance-work/maintenance/deleteArchivedFiles.php (modified) (history)

Diff [purge]

Index: branches/maintenance-work/maintenance/deleteArchivedFiles.php
@@ -18,6 +18,10 @@
1919 $this->addOption( 'delete', 'Perform the deletion' );
2020 }
2121
 22+ /**
 23+ * @todo @fixme FSTransaction/FileStore crap needs removing. Does
 24+ * not work on trunk
 25+ */
2226 public function execute() {
2327 $this->output( "Delete Archived Images\n\n" );
2428

Status & tagging log