From 72872bbfb7acccc0b4f188d4362b030316f23434 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Tue, 31 May 2005 09:08:19 +0000 Subject: [PATCH] Fix typo from pagelinks update -> crashing bug on undelete --- includes/LinksUpdate.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1