r109512 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r109511‎ | r109512 | 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:
  • /trunk/phase3/includes/DefaultSettings.php (modified) (history)

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