Skip to content

Commit

Permalink
fixed error-logging successful saves
Browse files Browse the repository at this point in the history
  • Loading branch information
mjaquiery committed Mar 27, 2019
1 parent 3646391 commit 2e65b4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/save.php
Original file line number Diff line number Diff line change
Expand Up @@ -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));
?>

0 comments on commit 2e65b4f

Please sign in to comment.