From: Alexandre Emsenhuber Date: Sat, 3 Apr 2010 07:46:12 +0000 (+0000) Subject: Removed call to Title::invalidateCache() from Article::addTrackbacks(), this makes... X-Git-Tag: 1.31.0-rc.0~37265 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dmembres/cotisations/gestion/rappel_supprimer.php?a=commitdiff_plain;h=08ea1edfeab11032d01e20ef07cf78616538ed2d;p=lhc%2Fweb%2Fwiklou.git Removed call to Title::invalidateCache() from Article::addTrackbacks(), this makes the page uncacheable if $wgUseTrackbacks is true --- 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(); } /**