From: Chad Horohoe Date: Mon, 29 Sep 2008 08:44:40 +0000 (+0000) Subject: Whoops. Need to pass parameters. X-Git-Tag: 1.31.0-rc.0~45022 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/modifier.php?a=commitdiff_plain;h=32dc69cf4dc9166311a82c24aff3ac6503c5ad2b;p=lhc%2Fweb%2Fwiklou.git Whoops. Need to pass parameters. --- diff --git a/includes/filerepo/ForeignAPIRepo.php b/includes/filerepo/ForeignAPIRepo.php index e174df97f6..36a2f8197a 100644 --- a/includes/filerepo/ForeignAPIRepo.php +++ b/includes/filerepo/ForeignAPIRepo.php @@ -114,7 +114,7 @@ class ForeignAPIRepo extends FileRepo { global $wgMemc, $wgUploadPath, $wgServer, $wgUploadDirectory; if ( !$this->canCacheThumbs() ) { - return $this->getThumbUrl(); + return $this->getThumbUrl( $name, $width, $height ); } $key = wfMemcKey( 'ForeignAPIRepo', 'ThumbUrl', $name );