Removed redundant PersistentLC query

This commit is contained in:
Mr. E23 2003-11-09 23:26:02 +00:00
parent 5b725968bf
commit 35529387d8

View 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;