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 62d8184 commit 4671227Copy full SHA for 4671227
1 file changed
server/services/exportMetadata.php
@@ -17,7 +17,7 @@ function export($export_format, $metadata_json) {
17
return $res;
18
};
19
20
-$json = file_get_contents('php://input');
+$json = $_POST['paper'];
21
$format = (isset($_REQUEST['format'])) ? $_REQUEST['format'] : "bibtex";
22
$download = (isset($_REQUEST['download'])) ? $_REQUEST['download'] : false;
23
$result = export($format, $json);
0 commit comments