From 32dc69cf4dc9166311a82c24aff3ac6503c5ad2b Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Mon, 29 Sep 2008 08:44:40 +0000 Subject: [PATCH] Whoops. Need to pass parameters. --- includes/filerepo/ForeignAPIRepo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); -- 2.20.1