@@ -1147,7 +1147,7 @@ |
||
1147 | 1147 | |
1148 | 1148 | //Since the metadata is returned as a json string |
1149 | 1149 | //it needs to be decoded into an associative array |
1150 | - $metadata = json_decode((string)$data, true); |
|
1150 | + $metadata = json_decode((string) $data, true); |
|
1151 | 1151 | } |
1152 | 1152 | |
1153 | 1153 | //Return the metadata |