Removed call to Title::invalidateCache() from Article::addTrackbacks(), this makes the page uncacheable if $wgUseTrackbacks is true
This commit is contained in:
parent
d561849fca
commit
08ea1edfea
1 changed files with 0 additions and 1 deletions
|
|
@ -1505,7 +1505,6 @@ class Article {
|
|||
$rmvtxt );
|
||||
}
|
||||
$wgOut->wrapWikiMsg( "<div id='mw_trackbacks'>$1</div>\n", array( 'trackbackbox', $tbtext ) );
|
||||
$this->mTitle->invalidateCache();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue