Index: trunk/phase3/includes/ImagePage.php |
— | — | @@ -331,7 +331,7 @@ |
332 | 332 | $msgsmall = wfMessage( 'show-big-image-preview' )-> |
333 | 333 | rawParams( $this->makeSizeLink( $params, $width, $height ) )-> |
334 | 334 | parse(); |
335 | | - if ( count( $otherSizes ) && $this->displayImg->getRepo()->transformVia404 ) { |
| 335 | + if ( count( $otherSizes ) && $this->displayImg->getRepo()->canTransformVia404() ) { |
336 | 336 | $msgsmall .= ' ' . |
337 | 337 | Html::rawElement( 'span', array( 'class' => 'mw-filepage-other-resolutions' ), |
338 | 338 | wfMessage( 'show-big-image-other' )->rawParams( $wgLang->pipeList( $otherSizes ) )-> |