MediaWiki r109512 - Code Review

Jump to: navigation, search
Repository:MediaWiki
Revision:r109511‎ | r109512 (on ViewVC)‎ | r109513 >
Date:10:08, 19 January 2012
Author:ialex
Status:ok
Tags:
Comment:
Change $wgDebugFunctionEntry's default value from 0 to false; it is supposed to be a boolean, not an integer.
Modified paths:

Diff [purge]

Index: trunk/phase3/includes/DefaultSettings.php
@@ -4142,7 +4142,7 @@
41434143 $wgDebugProfiling = false;
41444144
41454145 /** Output debug message on every wfProfileIn/wfProfileOut */
4146 -$wgDebugFunctionEntry = 0;
 4146+$wgDebugFunctionEntry = false;
41474147
41484148 /**
41494149 * Destination for wfIncrStats() data...

Status & tagging log

Personal tools
Namespaces

Variants
Views
Actions
Navigation
Support
Download
Development
Communication
Toolbox