From: Chad Horohoe Date: Mon, 8 Nov 2010 20:17:13 +0000 (+0000) Subject: Fix fatal from recent refactoring X-Git-Tag: 1.31.0-rc.0~33978 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/pie.php?a=commitdiff_plain;h=216a4bba79fa144b7e339a3fa18803415945d4ba;p=lhc%2Fweb%2Fwiklou.git Fix fatal from recent refactoring --- diff --git a/includes/filerepo/ForeignAPIRepo.php b/includes/filerepo/ForeignAPIRepo.php index d2f5c3253a..47bfaa2b4d 100644 --- a/includes/filerepo/ForeignAPIRepo.php +++ b/includes/filerepo/ForeignAPIRepo.php @@ -240,7 +240,7 @@ class ForeignAPIRepo extends FileRepo { $knownThumbUrls = array(); } else { if( isset( $knownThumbUrls[$sizekey] ) ) { - wfDebug("Got thumburl from local cache. $thumbUrl \n"); + wfDebug("Got thumburl from local cache. {$knownThumbUrls[$sizekey]} \n"); return $knownThumbUrls[$sizekey]; } /* This size is not yet known */