Index: trunk/phase3/includes/filerepo/File.php |
— | — | @@ -1077,7 +1077,7 @@ |
1078 | 1078 | if ( $renderUrl ) { |
1079 | 1079 | if ( $this->repo->descriptionCacheExpiry > 0 ) { |
1080 | 1080 | wfDebug("Attempting to get the description from cache..."); |
1081 | | - $key = $this->getLocalCacheKey( 'RemoteFileDescription', 'url', $wgContLang->getCode(), |
| 1081 | + $key = $this->repo->getLocalCacheKey( 'RemoteFileDescription', 'url', $wgContLang->getCode(), |
1082 | 1082 | $this->getName() ); |
1083 | 1083 | $obj = $wgMemc->get($key); |
1084 | 1084 | if ($obj) { |