Index: trunk/extensions/VoteNY/VoteClass.php |
— | — | @@ -107,7 +107,7 @@ |
108 | 108 | $pageTitle->purgeSquid(); |
109 | 109 | |
110 | 110 | // Kill parser cache |
111 | | - $article = new Article( $pageTitle ); |
| 111 | + $article = new Article( $pageTitle, /* oldid */0 ); |
112 | 112 | $parserCache = ParserCache::singleton(); |
113 | 113 | $parserKey = $parserCache->getKey( $article, $wgUser ); |
114 | 114 | $wgMemc->delete( $parserKey ); |