From ddaeec927c02f3081f2c5d5cb9b6719eca79efa0 Mon Sep 17 00:00:00 2001 From: gsc-leticia Date: Thu, 9 Oct 2014 11:44:32 -0200 Subject: [PATCH] Removing hidden character that cause PHP warning because the character is interpreted as output content --- API/lib/jsonRPCClient.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/API/lib/jsonRPCClient.php b/API/lib/jsonRPCClient.php index 3e6f4f8..3dfdfb8 100644 --- a/API/lib/jsonRPCClient.php +++ b/API/lib/jsonRPCClient.php @@ -272,7 +272,7 @@ protected function debug($pAdd, $pShow = false) // get starttime $startTime = empty($startTime) ? array_sum(explode(' ', microtime())) : $startTime; if (true === $pShow and !empty($debug)) - { + { // get endtime $endTime = array_sum(explode(' ', microtime())); // performance summary