From 35529387d8340d8ce71012a9e1bb7ef4acdf7e36 Mon Sep 17 00:00:00 2001 From: "Mr. E23" Date: Sun, 9 Nov 2003 23:26:02 +0000 Subject: [PATCH] Removed redundant PersistentLC query --- includes/LinksUpdate.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/includes/LinksUpdate.php b/includes/LinksUpdate.php index 36661905c5..547aa515b6 100644 --- a/includes/LinksUpdate.php +++ b/includes/LinksUpdate.php @@ -21,11 +21,6 @@ class LinksUpdate { /* Update link tables with outgoing links from an updated article */ /* Relies on the 'link cache' to be filled out */ - if ( $wgEnablePersistentLC ) { - // Make sure links cache is regenerated on next load - wfQuery("DELETE FROM linkscc WHERE lcc_title = '{$safeTitle}'", DB_WRITE); - } - if ( !$wgUseBetterLinksUpdate ) { $this->doDumbUpdate(); return; -- 2.20.1