]> scripts.mit.edu Git - autoinstallsdev/mediawiki.git/blobdiff - includes/filerepo/ForeignDBFile.php
MediaWiki 1.15.0
[autoinstallsdev/mediawiki.git] / includes / filerepo / ForeignDBFile.php
index 5fb432c8bbad79f0fdc73d86f83fda05657e36b1..8fe6f9212445953c9efa18a8f8c3bcf9b3136231 100644 (file)
@@ -20,7 +20,7 @@ class ForeignDBFile extends LocalFile {
        }
 
        function getCacheKey() {
-               if ( $this->repo->hasSharedCache ) {
+               if ( $this->repo->hasSharedCache() ) {
                        $hashedName = md5($this->name);
                        return wfForeignMemcKey( $this->repo->dbName, $this->repo->tablePrefix,
                                'file', $hashedName );