Add edit_html to update_req

This commit is contained in:
Ceda EI 2018-07-01 15:13:40 +05:30
parent c2c7b60738
commit 11c2f8bb8a
1 changed files with 1 additions and 0 deletions

View File

@ -130,6 +130,7 @@ function get_updated_req() {
} else {
return "Everything is complete";
}
edit_html($text);
}
// Get JSON from post, store it and decode it.
$var = file_get_contents('php://input');