From 043169516f1c991d9e8b6e996f51a418afa087ce Mon Sep 17 00:00:00 2001 From: Matthew Britton Date: Wed, 12 May 2010 08:22:18 +0000 Subject: [PATCH] followup r66168: fix typo in variable name --- includes/api/ApiQueryFilearchive.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/api/ApiQueryFilearchive.php b/includes/api/ApiQueryFilearchive.php index 0f44d27da1..3391dbd095 100644 --- a/includes/api/ApiQueryFilearchive.php +++ b/includes/api/ApiQueryFilearchive.php @@ -83,7 +83,7 @@ class ApiQueryFilearchive extends ApiQueryBase { } $this->addFieldsIf( 'fa_metadata', $fld_metadata ); - $this->addFieldsIf( 'fa_bitdepth', $fld_bitdepths ); + $this->addFieldsIf( 'fa_bitdepth', $fld_bitdepth ); // Image filters $dir = ( $params['dir'] == 'descending' ? 'older' : 'newer' ); -- 2.20.1