From 11c2f8bb8ae100e85f343165eeca9034eafc22aa Mon Sep 17 00:00:00 2001 From: Ceda EI Date: Sun, 1 Jul 2018 15:13:40 +0530 Subject: [PATCH] Add edit_html to update_req --- webhook.php | 1 + 1 file changed, 1 insertion(+) diff --git a/webhook.php b/webhook.php index a418894..41f3ab7 100644 --- a/webhook.php +++ b/webhook.php @@ -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');