From: Alexandre Emsenhuber Date: Thu, 19 Jan 2012 10:08:38 +0000 (+0000) Subject: Change $wgDebugFunctionEntry's default value from 0 to false; it is supposed to be... X-Git-Tag: 1.31.0-rc.0~25189 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/password.php?a=commitdiff_plain;h=b39d53f1d4610a3ffeec04292931adbcacae5ed8;p=lhc%2Fweb%2Fwiklou.git Change $wgDebugFunctionEntry's default value from 0 to false; it is supposed to be a boolean, not an integer. --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index aea3eda74c..1a2c47adda 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -4142,7 +4142,7 @@ $wgUDPProfilerPort = '3811'; $wgDebugProfiling = false; /** Output debug message on every wfProfileIn/wfProfileOut */ -$wgDebugFunctionEntry = 0; +$wgDebugFunctionEntry = false; /** * Destination for wfIncrStats() data...