From: Tim Starling Date: Sat, 21 Aug 2004 15:04:41 +0000 (+0000) Subject: replaceLinkHolders -> transformBuffer X-Git-Tag: 1.5.0alpha1~2269 X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=commitdiff_plain;h=e76aa14c5653784695ad6bbf6da4d3b52af7d1a1;p=lhc%2Fweb%2Fwiklou.git replaceLinkHolders -> transformBuffer --- diff --git a/maintenance/refreshLinks.inc b/maintenance/refreshLinks.inc index 41dfce3656..1aac42ec15 100644 --- a/maintenance/refreshLinks.inc +++ b/maintenance/refreshLinks.inc @@ -40,7 +40,7 @@ function refreshLinks( $start ) { $wgOut->addWikiText( $text ); # Look up the links in the DB and add them to the link cache - $wgOut->replaceLinkHolders( RLH_FOR_UPDATE ); + $wgOut->transformBuffer( RLH_FOR_UPDATE ); if ( $wgEnablePersistentLC ) { $wgLinkCache->saveToLinkscc( $id, $dbw->strencode( $wgTitle->getPrefixedDBkey() ) );