X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2FLinksUpdate.php;h=30b1b502a43415d15b30b11487375ab69cc1ac23;hb=1ce5518c0b4bf749d2438ac73bea6a7fb88f170d;hp=b0fac3646d64be5c1dff927a110b6da68a393475;hpb=cb45389b9c4d5ec23b9d2e9848d94a46b6bbeca2;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/LinksUpdate.php b/includes/LinksUpdate.php index b0fac3646d..30b1b502a4 100644 --- a/includes/LinksUpdate.php +++ b/includes/LinksUpdate.php @@ -70,7 +70,7 @@ class LinksUpdate { $dbw->delete( 'pagelinks', array( 'pl_from' => $this->mId ), $fname ); # Get the addition list - $add = $wgLinkCache->getGoodLinks(); + $add = $wgLinkCache->getPageLinks(); } # Do the insertion