@@ -226,7 +226,7 @@ |
||
226 | 226 | } |
227 | 227 | |
228 | 228 | |
229 | - $json = $output ? json_decode($output, true) : null; |
|
229 | + $json = $output ? json_decode($output, true) : null; |
|
230 | 230 | if ($json === null && $output) { |
231 | 231 | $this->climate->error($output); |
232 | 232 | } |