From 503cf7e7e2220397c26671142bb801a9f56ed923 Mon Sep 17 00:00:00 2001 From: Jens Frank Date: Tue, 6 Dec 2005 22:37:12 +0000 Subject: [PATCH] Revert last change, was already fixed in the meantime --- includes/Linker.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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; } -- 2.20.1