r52028 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r52027‎ | r52028 | r52029 >
Date:08:18, 17 June 2009
Author:tstarling
Status:deferred
Tags:
Comment:
Fix incorrect method call from r52024.
Modified paths:
  • /trunk/phase3/includes/filerepo/File.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/filerepo/File.php
@@ -1077,7 +1077,7 @@
10781078 if ( $renderUrl ) {
10791079 if ( $this->repo->descriptionCacheExpiry > 0 ) {
10801080 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(),
10821082 $this->getName() );
10831083 $obj = $wgMemc->get($key);
10841084 if ($obj) {

Follow-up revisions

RevisionCommit summaryAuthorDate
r52033Fix another screwup from r52024, same issue as r52028.tstarling09:39, 17 June 2009

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r52024Bug 19240 (bad image list performance regression):...tstarling07:31, 17 June 2009

Status & tagging log