X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=maintenance%2FrefreshLinks.inc;h=d788892b71da5fc7dc2bb8c298c4a02f30a33ce4;hb=1bb1a2c843a6defa2961ea5acb66397e0ecd0f86;hp=743293f01ee2bc12d1cb6d43546f1e5d6ead753a;hpb=f2dfed19309b4978b29cfb2e505fb40d0c276827;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/refreshLinks.inc b/maintenance/refreshLinks.inc index 743293f01e..d788892b71 100644 --- a/maintenance/refreshLinks.inc +++ b/maintenance/refreshLinks.inc @@ -64,11 +64,6 @@ 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");