r2619 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r2618‎ | r2619 | r2620 >
Date:21:24, 5 March 2004
Author:e23
Status:old
Tags:
Comment:
Fixed bug causing early execution errors to occasionally be masked
Modified paths:
  • /trunk/phase3/includes/GlobalFunctions.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/GlobalFunctions.php
@@ -188,7 +188,7 @@
189189 {
190190 global $wgOut, $wgDebugLogFile, $wgDebugComments, $wgProfileOnly;
191191
192 - if ( $wgDebugComments && !$logonly ) {
 192+ if ( isset( $wgOut ) && $wgDebugComments && !$logonly ) {
193193 $wgOut->debug( $text );
194194 }
195195 if ( "" != $wgDebugLogFile && !$wgProfileOnly ) {

Status & tagging log