r9097 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r9096‎ | r9097 | r9098 >
Date:14:44, 18 May 2005
Author:vibber
Status:old
Tags:
Comment:
remove unused constant value
Modified paths:
  • /branches/REL1_4/phase3/maintenance/refreshLinks.inc (modified) (history)

Diff [purge]

Index: branches/REL1_4/phase3/maintenance/refreshLinks.inc
@@ -105,7 +105,7 @@
106106 $wgOut->addWikiText( $text );
107107
108108 # Look up the links in the DB and add them to the link cache
109 - $wgOut->transformBuffer( RLH_FOR_UPDATE );
 109+ $wgOut->transformBuffer();
110110 $wgOut->clearHTML();
111111
112112 if ( $wgEnablePersistentLC ) {

Status & tagging log