We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0b7bda commit 6584261Copy full SHA for 6584261
1 file changed
server/services/exportMetadata.php
@@ -46,6 +46,7 @@ function export($export_format, $metadata_json) {
46
// header('Access-Control-Allow-Origin: ' . $origin);
47
// }
48
49
-echo $result["result"]["export"];
+$result = json_decode($result["result"], true);
50
+echo $result["export"];
51
52
?>
0 commit comments