MediaWiki r8509 - Code Review

Jump to: navigation, search
Repository:MediaWiki
Revision:r8508‎ | r8509 (on ViewVC)‎ | r8510 >
Date:18:11, 21 April 2005
Author:gabrielwicke
Status:old
Tags:
Comment:
cache key fix
Modified paths:

Diff [purge]

Index: branches/REL1_4/phase3/includes/CategoryPage.php
@@ -397,7 +397,7 @@
398398 }
399399
400400 $timekey = "$wgDBname:catfeed:timestamp";
401 - $key = "$wgDBname:catfeed:$this->mFeedFormat:limit:$limit";
 401+ $key = "$wgDBname:catfeed:$this->mTitle->getDBKey():$this->mFeedFormat:limit:$limit";
402402
403403 $feedTitle = $this->mTitle->getPrefixedText() . ' - ' . $wgSitename;
404404 $feed = new $wgFeedClasses[$this->mFeedFormat](

Status & tagging log

  • 15:03, 12 September 2011 Meno25 (Talk | contribs) changed the status of r8509 [removed: ok added: old]
  • 14:06, 1 July 2009 ^demon (Talk | contribs) changed the status of r8509 [removed: new added: ok]
Personal tools
Namespaces

Variants
Views
Actions
Navigation
Support
Download
Development
Communication
Toolbox