r58735 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r58734‎ | r58735 | r58736 >
Date:22:53, 7 November 2009
Author:catrope
Status:deferred
Tags:
Comment:
Icon: Fix fatal: wfFindFile() returns false for nonexistent images.
Modified paths:
  • /trunk/extensions/Icon/Icon.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Icon/Icon.php
@@ -42,7 +42,7 @@
4343 // check if we are dealing with an InterWiki link
4444 if ( $ititle->isLocal() ) {
4545 $image = wfFindFile( $img );
46 - if (!$image->exists())
 46+ if (!$image)
4747 return '[[Image:'.$img.']]';
4848
4949 $iURL = $image->getURL();

Status & tagging log