From d4c4ed8bfeaca6c009b4335344e5045b64465c4c Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Wed, 21 May 2008 22:28:21 +0000 Subject: [PATCH] Minor comment tweak --- includes/ImagePage.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 { -- 2.20.1