@@ -374,7 +374,9 @@ |
||
| 374 | 374 | } |
| 375 | 375 | |
| 376 | 376 | // Save as result |
| 377 | - if(null != $this->parseResponse($item)) $result[] = $this->parseResponse($item)[0]; |
|
| 377 | + if(null != $this->parseResponse($item)) { |
|
| 378 | + $result[] = $this->parseResponse($item)[0]; |
|
| 379 | + } |
|
| 378 | 380 | } |
| 379 | 381 | |
| 380 | 382 | } else { |