Index: trunk/phase3/includes/filerepo/ForeignAPIRepo.php |
— | — | @@ -114,7 +114,7 @@ |
115 | 115 | global $wgMemc, $wgUploadPath, $wgServer, $wgUploadDirectory; |
116 | 116 | |
117 | 117 | if ( !$this->canCacheThumbs() ) { |
118 | | - return $this->getThumbUrl(); |
| 118 | + return $this->getThumbUrl( $name, $width, $height ); |
119 | 119 | } |
120 | 120 | |
121 | 121 | $key = wfMemcKey( 'ForeignAPIRepo', 'ThumbUrl', $name ); |