From: Matthew Britton Date: Wed, 12 May 2010 08:22:18 +0000 (+0000) Subject: followup r66168: fix typo in variable name X-Git-Tag: 1.31.0-rc.0~36879 X-Git-Url: http://git.cyclocoop.org/%22.%24redirect_annul.%22?a=commitdiff_plain;h=043169516f1c991d9e8b6e996f51a418afa087ce;p=lhc%2Fweb%2Fwiklou.git followup r66168: fix typo in variable name --- 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' );