X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2Fmedia%2FTiffHandler.php;h=880d382b4f7a24dacdbca67b67e31c757f4f18f4;hp=441513ee8682ce6270adf697a372964e3680c7ae;hb=fa0f6f34972c0e0f4aac24a03b3efdfc45f256f6;hpb=af363e85a0de038a4349de5f5bef22fc06cc998b diff --git a/includes/media/TiffHandler.php b/includes/media/TiffHandler.php index 441513ee86..880d382b4f 100644 --- a/includes/media/TiffHandler.php +++ b/includes/media/TiffHandler.php @@ -62,9 +62,9 @@ class TiffHandler extends ExifBitmapHandler { * @param string $ext * @param string $mime * @param array|null $params - * @return bool + * @return array */ - function getThumbType( $ext, $mime, $params = null ) { + public function getThumbType( $ext, $mime, $params = null ) { global $wgTiffThumbnailType; return $wgTiffThumbnailType; @@ -76,7 +76,7 @@ class TiffHandler extends ExifBitmapHandler { * @throws MWException * @return string */ - function getMetadata( $image, $filename ) { + public function getMetadata( $image, $filename ) { global $wgShowEXIF; if ( $wgShowEXIF ) {