r69844 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r69843‎ | r69844 | r69845 >
Date:20:17, 24 July 2010
Author:reedy
Status:ok
Tags:
Comment:
Followup r69841 add missing t from output
Modified paths:
  • /trunk/phase3/maintenance/deleteArchivedFiles.inc (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/deleteArchivedFiles.inc
@@ -51,7 +51,7 @@
5252 } else {
5353 $output->handleOutput( "Notice - file '$key' not found in group '$group'\n" );
5454 if ( $force ) {
55 - $ouput->handleOutput( "Got --force, deleting DB entry\n" );
 55+ $output->handleOutput( "Got --force, deleting DB entry\n" );
5656 $dbw->query( "DELETE FROM $tbl_arch WHERE fa_id = $id" );
5757 }
5858 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r69841Fix typo in deleteArchivedFiles.inc...reedy20:01, 24 July 2010

Status & tagging log