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 @@
131
131
$this->save(new QueryAtTransactionInformation($wgRequest->getInt('transaction'), false));
132
132
133
133
// Update page caches
134
- Title::touchArray(array($wgTitle));
134
+ $wgTitle->invalidateCache();
135
135
136
136
// Add change to RC log
137
137
$now = wfTimestampNow();
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r22000
*typo, add hook
aaron
18:25, 8 May 2007
Status & tagging log
15:36, 29 July 2009
😂
(
talk
|
contribs
)
changed the
status
of r53496
[
removed:
new
added:
deferred]