From: Brion Vibber Date: Tue, 31 May 2005 09:08:19 +0000 (+0000) Subject: Fix typo from pagelinks update -> crashing bug on undelete X-Git-Tag: 1.5.0alpha2~23 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/pie.php?a=commitdiff_plain;h=72872bbfb7acccc0b4f188d4362b030316f23434;p=lhc%2Fweb%2Fwiklou.git Fix typo from pagelinks update -> crashing bug on undelete --- 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