Index: trunk/phase3/includes/filerepo/ForeignAPIRepo.php |
— | — | @@ -19,6 +19,7 @@ |
20 | 20 | */ |
21 | 21 | class ForeignAPIRepo extends FileRepo { |
22 | 22 | var $fileFactory = array( 'ForeignAPIFile', 'newFromTitle' ); |
| 23 | + var $apiThumbCacheExpiry = 0; |
23 | 24 | protected $mQueryCache = array(); |
24 | 25 | |
25 | 26 | function __construct( $info ) { |