FIXME: looks like we call an obsolete function. Need checking.
authorAntoine Musso <hashar@users.mediawiki.org>
Fri, 17 Sep 2004 22:52:57 +0000 (22:52 +0000)
committerAntoine Musso <hashar@users.mediawiki.org>
Fri, 17 Sep 2004 22:52:57 +0000 (22:52 +0000)
maintenance/refreshLinks.inc

index f334895..82bf29a 100644 (file)
@@ -55,6 +55,11 @@ function refreshLinks( $start ) {
                }
 
                $linksUpdate = new LinksUpdate( $id, $wgTitle->getPrefixedDBkey() );
+               /** FIXME 
+                * In ./includes/LinksUpdate.php doDumbUpdate is commented with:
+                * "Old inefficient update function"
+                * Probably need to call doUpdate instead.
+               */
                $linksUpdate->doDumbUpdate();
                $linksUpdate->fixBrokenLinks();
                $dbw->query("COMMIT");