X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2Fmedia%2FImageHandler.php;h=ad9919b85e3a0d8747918ad611603b4fe9589f83;hb=9bb4218be4311bc403e9ab348d80d79ad86977be;hp=419afeeffd3c8dd85c1db3239049c9b5a9e0e4e0;hpb=d514374a0062202d680af131a8479eace677be70;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/media/ImageHandler.php b/includes/media/ImageHandler.php index 419afeeffd..ad9919b85e 100644 --- a/includes/media/ImageHandler.php +++ b/includes/media/ImageHandler.php @@ -160,7 +160,7 @@ abstract class ImageHandler extends MediaHandler { $width = intval( $width ); # Sanity check $width - if( $width <= 0) { + if( $width <= 0 ) { wfDebug( __METHOD__ . ": Invalid destination width: $width\n" ); return false; }