From: Aaron Schulz Date: Wed, 21 May 2008 22:28:21 +0000 (+0000) Subject: Minor comment tweak X-Git-Tag: 1.31.0-rc.0~47485 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=d4c4ed8bfeaca6c009b4335344e5045b64465c4c;p=lhc%2Fweb%2Fwiklou.git Minor comment tweak --- diff --git a/includes/ImagePage.php b/includes/ImagePage.php index 2487d8d0bd..a9070dae04 100644 --- a/includes/ImagePage.php +++ b/includes/ImagePage.php @@ -43,9 +43,8 @@ class ImagePage extends Article { $this->displayImg = wfFindFile( $this->mTitle ); # If none found, use a valid local placeholder if( !$this->displayImg ) { - $this->displayImg = wfLocalFile( $this->mTitle ); + $this->displayImg = wfLocalFile( $this->mTitle ); // fallback to current } - # Fallback to current $this->img = $this->displayImg; # If found, set $this->img. This will be the same if no time given } else {