X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fmedia%2FWebP.php;h=f894618a761d74927b74d910972766bc86e0455c;hb=be09a508877fb1a2441e8c7783742a84111b6851;hp=ff4dcee23e852a78ebb24afeba15d52be238363c;hpb=4f21e6be661f7305abc223bb31600970a3fb5326;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/media/WebP.php b/includes/media/WebP.php index ff4dcee23e..f894618a76 100644 --- a/includes/media/WebP.php +++ b/includes/media/WebP.php @@ -102,7 +102,7 @@ class WebPHandler extends BitmapHandler { if ( $info['fourCC'] != 'WEBP' ) { wfDebugLog( 'WebP', __METHOD__ . ': FourCC was not WEBP: ' . - bin2hex( $info['fourCC'] ) . " \n" ); + bin2hex( $info['fourCC'] ) . " \n" ); return false; } @@ -187,7 +187,7 @@ class WebPHandler extends BitmapHandler { // Bytes 4-7 are chunk stream size // Byte 8 is 0x2F called the signature if ( $header{8} != "\x2F" ) { - wfDebugLog( 'WebP', __METHOD__ . ': Invalid signature: ' . + wfDebugLog( 'WebP', __METHOD__ . ': Invalid signature: ' . bin2hex( $header{8} ) . "\n" ); return array(); }