From: Alexandre Emsenhuber Date: Wed, 8 Feb 2012 22:41:11 +0000 (+0000) Subject: Fix typo so that the key is set with correct value instead of a boolean with key "0" X-Git-Tag: 1.31.0-rc.0~24852 X-Git-Url: http://git.cyclocoop.org/%27.%28%24current%20%3E%202?a=commitdiff_plain;h=96b0739ffbff9e4ce780cb2b3c7e1d217b6287ba;p=lhc%2Fweb%2Fwiklou.git Fix typo so that the key is set with correct value instead of a boolean with key "0" --- diff --git a/includes/debug/Debug.php b/includes/debug/Debug.php index 2f03feec9c..376402f74d 100644 --- a/includes/debug/Debug.php +++ b/includes/debug/Debug.php @@ -199,7 +199,7 @@ class MWDebug { 'sql' => $sql, 'function' => $function, 'master' => (bool) $isMaster, - 'time' > 0.0, + 'time' => 0.0, '_start' => microtime( true ), );