From 08ea1edfeab11032d01e20ef07cf78616538ed2d Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Sat, 3 Apr 2010 07:46:12 +0000 Subject: [PATCH] Removed call to Title::invalidateCache() from Article::addTrackbacks(), this makes the page uncacheable if $wgUseTrackbacks is true --- includes/Article.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/Article.php b/includes/Article.php index 39411364d9..658ed37556 100644 --- a/includes/Article.php +++ b/includes/Article.php @@ -1505,7 +1505,6 @@ class Article { $rmvtxt ); } $wgOut->wrapWikiMsg( "
$1
\n", array( 'trackbackbox', $tbtext ) ); - $this->mTitle->invalidateCache(); } /** -- 2.20.1