Index: branches/REL1_4/phase3/maintenance/refreshLinks.inc |
— | — | @@ -105,7 +105,7 @@ |
106 | 106 | $wgOut->addWikiText( $text ); |
107 | 107 | |
108 | 108 | # Look up the links in the DB and add them to the link cache |
109 | | - $wgOut->transformBuffer( RLH_FOR_UPDATE ); |
| 109 | + $wgOut->transformBuffer(); |
110 | 110 | $wgOut->clearHTML(); |
111 | 111 | |
112 | 112 | if ( $wgEnablePersistentLC ) { |