r108319 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r108318‎ | r108319 | r108320 >
Date:15:09, 7 January 2012
Author:ashley
Status:ok
Tags:
Comment:
VoteNY: follow-up to r108076: specify oldid parameter for Article constructor as per CR
Modified paths:
  • /trunk/extensions/VoteNY/VoteClass.php (modified) (history)

Diff [purge]

Index: trunk/extensions/VoteNY/VoteClass.php
@@ -107,7 +107,7 @@
108108 $pageTitle->purgeSquid();
109109
110110 // Kill parser cache
111 - $article = new Article( $pageTitle );
 111+ $article = new Article( $pageTitle, /* oldid */0 );
112112 $parserCache = ParserCache::singleton();
113113 $parserKey = $parserCache->getKey( $article, $wgUser );
114114 $wgMemc->delete( $parserKey );

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r108076VoteNY: actually make this work under 1.18+, not just in ResourceLoader's deb...ashley19:51, 4 January 2012

Status & tagging log