From 7bdc640c6a4e8010feab9a10346fe2a01553f301 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Mon, 4 May 2009 13:14:54 +0000 Subject: [PATCH] *(bug 18676) Fixed nonsensical cache invalidation on revision delete --- includes/specials/SpecialRevisiondelete.php | 1 - 1 file changed, 1 deletion(-) 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 ) ); } -- 2.20.1