r76334 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r76333‎ | r76334 | r76335 >
Date:20:17, 8 November 2010
Author:demon
Status:ok
Tags:
Comment:
Fix fatal from recent refactoring
Modified paths:
  • /trunk/phase3/includes/filerepo/ForeignAPIRepo.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/filerepo/ForeignAPIRepo.php
@@ -240,7 +240,7 @@
241241 $knownThumbUrls = array();
242242 } else {
243243 if( isset( $knownThumbUrls[$sizekey] ) ) {
244 - wfDebug("Got thumburl from local cache. $thumbUrl \n");
 244+ wfDebug("Got thumburl from local cache. {$knownThumbUrls[$sizekey]} \n");
245245 return $knownThumbUrls[$sizekey];
246246 }
247247 /* This size is not yet known */

Status & tagging log