@@ -349,7 +349,7 @@ |
||
349 | 349 | public function displayResponse($r) { |
350 | 350 | if (empty($r)) |
351 | 351 | $r = $this->error; |
352 | - echo '<pre>' . json_encode($r, JSON_PRETTY_PRINT) . '</pre>'; |
|
352 | + echo '<pre>'.json_encode($r, JSON_PRETTY_PRINT).'</pre>'; |
|
353 | 353 | } |
354 | 354 | |
355 | 355 | } |