Index: trunk/phase3/includes/filerepo/ForeignAPIFile.php |
— | — | @@ -43,10 +43,7 @@ |
44 | 44 | $this->getName(), |
45 | 45 | isset( $params['width'] ) ? $params['width'] : -1, |
46 | 46 | isset( $params['height'] ) ? $params['height'] : -1 ); |
47 | | - if( $thumbUrl ) { |
48 | | - return $this->handler->getTransform( $this, 'bogus', $thumbUrl, $params );; |
49 | | - } |
50 | | - return false; |
| 47 | + return $this->handler->getTransform( $this, 'bogus', $thumbUrl, $params );; |
51 | 48 | } |
52 | 49 | |
53 | 50 | // Info we can get from API... |