r73072 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r73071‎ | r73072 | r73073 >
Date:16:58, 15 September 2010
Author:platonides
Status:ok
Tags:
Comment:
Fix getDirty from r70783.
Modified paths:
  • /trunk/phase3/includes/parser/ParserCache.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/parser/ParserCache.php
@@ -74,7 +74,7 @@
7575 * Retrieve the ParserOutput from ParserCache, even if it's outdated.
7676 */
7777 public function getDirty( $article, $popts ) {
78 - $value = $this->mMemc->get( $article, $popts, true );
 78+ $value = $this->get( $article, $popts, true );
7979 return is_object( $value ) ? $value : false;
8080 }
8181

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r70783Use only the page relevant pieces in the parser cache key. Eg. two users with...platonides21:53, 9 August 2010

Status & tagging log