diff --git a/src/save.php b/src/save.php index feb70f7..a7e5412 100644 --- a/src/save.php +++ b/src/save.php @@ -146,5 +146,5 @@ function sulk($out, $meta) { // Send back the all clear $out["content"] = "Data saved successfully."; -sulk($out, $meta); +die(json_encode($out)); ?> \ No newline at end of file