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