X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2Fspecials%2FSpecialMIMEsearch.php;h=013fc2656d72a55103d9786854c2e44b0c944ad6;hb=0e675650aed26a742a9c2173d9469647a9f42bcc;hp=dd78c4c6b245554b890e3994913ec3680ebd9c56;hpb=adbadb9ee62284d70d9e7763379ab3b4eb6bde6f;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/specials/SpecialMIMEsearch.php b/includes/specials/SpecialMIMEsearch.php index dd78c4c6b2..013fc2656d 100644 --- a/includes/specials/SpecialMIMEsearch.php +++ b/includes/specials/SpecialMIMEsearch.php @@ -84,6 +84,7 @@ class MIMEsearchPage extends QueryPage { ), ), ); + return $qi; } @@ -165,7 +166,7 @@ class MIMEsearchPage extends QueryPage { } /** - * @param $type string + * @param string $type * @return bool */ protected static function isValidType( $type ) {