r60047 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r60046‎ | r60047 | r60048 >
Date:20:58, 14 December 2009
Author:ialex
Status:ok
Tags:
Comment:
Remove fixme, done since r53528
Modified paths:
  • /trunk/phase3/maintenance/deleteArchivedFiles.php (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/deleteArchivedFiles.php
@@ -32,10 +32,6 @@
3333 $this->addOption( 'delete', 'Perform the deletion' );
3434 }
3535
36 - /**
37 - * @todo @fixme FSTransaction/FileStore crap needs removing. Does
38 - * not work on trunk
39 - */
4036 public function execute() {
4137 if( !$this->hasOption('delete') ) {
4238 $this->output( "Use --delete to actually confirm this script\n" );

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r53528Update deleteArchivedFiles.inc to use FileRepo (FileStore was removed)aaron05:16, 20 July 2009

Status & tagging log