Fix typo so that the key is set with correct value instead of a boolean with key "0"
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Wed, 8 Feb 2012 22:41:11 +0000 (22:41 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Wed, 8 Feb 2012 22:41:11 +0000 (22:41 +0000)
includes/debug/Debug.php

index 2f03fee..376402f 100644 (file)
@@ -199,7 +199,7 @@ class MWDebug {
                        'sql' => $sql,
                        'function' => $function,
                        'master' => (bool) $isMaster,
-                       'time' > 0.0,
+                       'time' => 0.0,
                        '_start' => microtime( true ),
                );