Removed redundant PersistentLC query
authorMr. E23 <e23@users.mediawiki.org>
Sun, 9 Nov 2003 23:26:02 +0000 (23:26 +0000)
committerMr. E23 <e23@users.mediawiki.org>
Sun, 9 Nov 2003 23:26:02 +0000 (23:26 +0000)
includes/LinksUpdate.php

index 3666190..547aa51 100644 (file)
@@ -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;