X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fmedia%2FImageHandler.php;h=472372c37cc6319703b49324b20d3a601ea83455;hb=fd03fa28251c84b00c9d623d8b3461add7887904;hp=d1de0ae8473395c42aefbdd7cd0538a40f681eae;hpb=cbc5ea8f3b86c5bc7852bd708fc59b918cb40bf9;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/media/ImageHandler.php b/includes/media/ImageHandler.php index d1de0ae847..472372c37c 100644 --- a/includes/media/ImageHandler.php +++ b/includes/media/ImageHandler.php @@ -162,11 +162,11 @@ abstract class ImageHandler extends MediaHandler { # Sanity check $width if( $width <= 0) { - wfDebug( __METHOD__.": Invalid destination width: $width\n" ); + wfDebug( __METHOD__ . ": Invalid destination width: $width\n" ); return false; } if ( $srcWidth <= 0 ) { - wfDebug( __METHOD__.": Invalid source width: $srcWidth\n" ); + wfDebug( __METHOD__ . ": Invalid source width: $srcWidth\n" ); return false; }