r41375 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r41374‎ | r41375 | r41376 >
Date:08:44, 29 September 2008
Author:demon
Status:old
Tags:
Comment:
Whoops. Need to pass parameters.
Modified paths:
  • /trunk/phase3/includes/filerepo/ForeignAPIRepo.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/filerepo/ForeignAPIRepo.php
@@ -114,7 +114,7 @@
115115 global $wgMemc, $wgUploadPath, $wgServer, $wgUploadDirectory;
116116
117117 if ( !$this->canCacheThumbs() ) {
118 - return $this->getThumbUrl();
 118+ return $this->getThumbUrl( $name, $width, $height );
119119 }
120120
121121 $key = wfMemcKey( 'ForeignAPIRepo', 'ThumbUrl', $name );

Status & tagging log