Removed redundant PersistentLC query
This commit is contained in:
parent
5b725968bf
commit
35529387d8
1 changed files with 0 additions and 5 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue