From: Jens Frank Date: Tue, 6 Dec 2005 22:37:12 +0000 (+0000) Subject: Revert last change, was already fixed in the meantime X-Git-Tag: 1.6.0~1001 X-Git-Url: http://git.cyclocoop.org/ecrire?a=commitdiff_plain;h=503cf7e7e2220397c26671142bb801a9f56ed923;p=lhc%2Fweb%2Fwiklou.git Revert last change, was already fixed in the meantime --- diff --git a/includes/Linker.php b/includes/Linker.php index f949637864..036b2cc35e 100644 --- a/includes/Linker.php +++ b/includes/Linker.php @@ -480,9 +480,7 @@ class Linker { if ( $img->exists() ) { $width = $img->getWidth(); $height = $img->getHeight(); - } else { - return $this->makeBrokenLinkObj( $img->getTitle() ); - } + } if ( 0 == $width || 0 == $height ) { $width = $height = 200; }