Index: trunk/phase3/includes/filerepo/ForeignDBFile.php |
— | — | @@ -20,7 +20,7 @@ |
21 | 21 | } |
22 | 22 | |
23 | 23 | function getCacheKey() { |
24 | | - if ( $this->repo->hasSharedCache ) { |
| 24 | + if ( $this->repo->hasSharedCache() ) { |
25 | 25 | $hashedName = md5($this->name); |
26 | 26 | return wfForeignMemcKey( $this->repo->dbName, $this->repo->tablePrefix, |
27 | 27 | 'file', $hashedName ); |