r53496 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r53495‎ | r53496 | r53497 >
Date:21:40, 19 July 2009
Author:minuteelectron
Status:deferred
Tags:
Comment:
Wikidata:
* Title::touchArray() is no longer present after around r22000, replace with $wgTitle->invalidateCache() (the function was only being used to invalidate the cache for the $wgTitle object).
Modified paths:
  • /trunk/extensions/Wikidata/OmegaWiki/Wikidata.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Wikidata/OmegaWiki/Wikidata.php
@@ -130,7 +130,7 @@
131131 $this->save(new QueryAtTransactionInformation($wgRequest->getInt('transaction'), false));
132132
133133 // Update page caches
134 - Title::touchArray(array($wgTitle));
 134+ $wgTitle->invalidateCache();
135135
136136 // Add change to RC log
137137 $now = wfTimestampNow();

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r22000*typo, add hookaaron18:25, 8 May 2007

Status & tagging log