From 0405e2687e731dd0cb18d771f0df4d4b0dc8f7ca Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Fri, 17 Sep 2004 22:52:57 +0000 Subject: [PATCH] FIXME: looks like we call an obsolete function. Need checking. --- maintenance/refreshLinks.inc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/maintenance/refreshLinks.inc b/maintenance/refreshLinks.inc index f334895178..82bf29a590 100644 --- a/maintenance/refreshLinks.inc +++ b/maintenance/refreshLinks.inc @@ -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"); -- 2.20.1