@@ -28,7 +28,7 @@ |
||
28 | 28 | $this->file = json_decode($json); |
29 | 29 | if (json_last_error() == JSON_ERROR_SYNTAX) { |
30 | 30 | //try again with array syntax ... |
31 | - $this->file = json_decode('[' . $json . ']'); |
|
31 | + $this->file = json_decode('[' . $json . ']'); |
|
32 | 32 | } |
33 | 33 | } |
34 | 34 |