r7221 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r7220‎ | r7221 | r7222 >
Date:08:33, 22 January 2005
Author:vibber
Status:old
Tags:
Comment:
Remove debugging code which breaks saves excitingly if output compression is disabled (thus no buffering)
Modified paths:
  • /branches/REL1_4/phase3/includes/Article.php (modified) (history)

Diff [purge]

Index: branches/REL1_4/phase3/includes/Article.php
@@ -1152,8 +1152,6 @@
11531153 $wgParser->forUpdate( $oldUpdate );
11541154
11551155 if ( !$wgUseDumbLinkUpdate ) {
1156 - print nl2br(var_export($wgLinkCache, true));
1157 -
11581156 # Move the current links back to the second register
11591157 $wgLinkCache->swapRegisters();
11601158

Status & tagging log