r66259 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r66258‎ | r66259 | r66260 >
Date:08:22, 12 May 2010
Author:gurch
Status:ok
Tags:
Comment:
followup r66168: fix typo in variable name
Modified paths:
  • /trunk/phase3/includes/api/ApiQueryFilearchive.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/api/ApiQueryFilearchive.php
@@ -83,7 +83,7 @@
8484 }
8585
8686 $this->addFieldsIf( 'fa_metadata', $fld_metadata );
87 - $this->addFieldsIf( 'fa_bitdepth', $fld_bitdepths );
 87+ $this->addFieldsIf( 'fa_bitdepth', $fld_bitdepth );
8888
8989 // Image filters
9090 $dir = ( $params['dir'] == 'descending' ? 'older' : 'newer' );

Follow-up revisions

RevisionCommit summaryAuthorDate
r66260Followup r66259 r66168...reedy09:00, 12 May 2010

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r66168* (bug 21346) Make deleted images searchable by hash...reedy22:41, 10 May 2010

Status & tagging log