* Fix typo in ApiQueryImageInfo which made mime type query fail to work :)
authorBrion Vibber <brion@users.mediawiki.org>
Thu, 22 May 2008 16:25:45 +0000 (16:25 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Thu, 22 May 2008 16:25:45 +0000 (16:25 +0000)
commitfdbfd946efdc19443c0eaeadc1725f083655f6b7
treed5efdf660f0ff8329edc9a119f1aa481c3f32f58
parent960011dc612723b167c710f4e4efa3d610e033f8
* Fix typo in ApiQueryImageInfo which made mime type query fail to work :)
* Fix ForeignAPIRepo's query to use the corrected parameter to the API
* ForeignAPIFile fixes to use queried mime type if available, and type-safety checks in case some values are missing or funny
includes/api/ApiQueryImageInfo.php
includes/filerepo/ForeignAPIFile.php
includes/filerepo/ForeignAPIRepo.php