Change $wgDebugFunctionEntry's default value from 0 to false; it is supposed to be...
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Thu, 19 Jan 2012 10:08:38 +0000 (10:08 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Thu, 19 Jan 2012 10:08:38 +0000 (10:08 +0000)
includes/DefaultSettings.php

index aea3eda..1a2c47a 100644 (file)
@@ -4142,7 +4142,7 @@ $wgUDPProfilerPort = '3811';
 $wgDebugProfiling = false;
 
 /** Output debug message on every wfProfileIn/wfProfileOut */
-$wgDebugFunctionEntry = 0;
+$wgDebugFunctionEntry = false;
 
 /**
  * Destination for wfIncrStats() data...