@@ -445,7 +445,7 @@ |
||
445 | 445 | |
446 | 446 | if (empty($jsonData)){ |
447 | 447 | $jsonData[] = '204 No Content'; |
448 | - }else { |
|
448 | + } else { |
|
449 | 449 | $jsonData = json_decode($this->response, true); |
450 | 450 | } |
451 | 451 |