From: Aaron Schulz Date: Mon, 4 May 2009 13:14:54 +0000 (+0000) Subject: *(bug 18676) Fixed nonsensical cache invalidation on revision delete X-Git-Tag: 1.31.0-rc.0~41892 X-Git-Url: http://git.cyclocoop.org/%22.%24h.%22?a=commitdiff_plain;h=7bdc640c6a4e8010feab9a10346fe2a01553f301;p=lhc%2Fweb%2Fwiklou.git *(bug 18676) Fixed nonsensical cache invalidation on revision delete --- diff --git a/includes/specials/SpecialRevisiondelete.php b/includes/specials/SpecialRevisiondelete.php index 5857bb8e10..5e276757f7 100644 --- a/includes/specials/SpecialRevisiondelete.php +++ b/includes/specials/SpecialRevisiondelete.php @@ -1444,7 +1444,6 @@ class RevisionDeleter { $title->invalidateCache(); $this->dbw->commit(); // Commit the transaction before the purge is sent $title->purgeSquid(); - $title->touchLinks(); // Extensions that require referencing previous revisions may need this wfRunHooks( 'ArticleRevisionVisiblitySet', array( &$title ) ); }