Removed call to Title::invalidateCache() from Article::addTrackbacks(), this makes the page uncacheable if $wgUseTrackbacks is true

This commit is contained in:
Alexandre Emsenhuber 2010-04-03 07:46:12 +00:00
parent d561849fca
commit 08ea1edfea

View file

@ -1505,7 +1505,6 @@ class Article {
$rmvtxt );
}
$wgOut->wrapWikiMsg( "<div id='mw_trackbacks'>$1</div>\n", array( 'trackbackbox', $tbtext ) );
$this->mTitle->invalidateCache();
}
/**