Index: trunk/phase3/includes/filerepo/LocalFile.php |
— | — | @@ -591,7 +591,7 @@ |
592 | 592 | function purgeHistory() { |
593 | 593 | global $wgMemc; |
594 | 594 | $hashedName = md5($this->getName()); |
595 | | - $oldKey = $this->getSharedCacheKey( 'oldfile', $hashedName ); |
| 595 | + $oldKey = $this->repo->getSharedCacheKey( 'oldfile', $hashedName ); |
596 | 596 | if ( $oldKey ) { |
597 | 597 | $wgMemc->delete( $oldKey ); |
598 | 598 | } |