Fix typo from pagelinks update -> crashing bug on undelete
authorBrion Vibber <brion@users.mediawiki.org>
Tue, 31 May 2005 09:08:19 +0000 (09:08 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Tue, 31 May 2005 09:08:19 +0000 (09:08 +0000)
includes/LinksUpdate.php

index b0fac36..30b1b50 100644 (file)
@@ -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