From a71693c4a0344940cab104df61e8c1359f64fc33 Mon Sep 17 00:00:00 2001 From: Ceda EI Date: Mon, 23 Apr 2018 19:44:51 +0530 Subject: [PATCH] Fix call to wrong function --- webhook.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webhook.php b/webhook.php index 99c5d6d..6bff65a 100644 --- a/webhook.php +++ b/webhook.php @@ -89,7 +89,7 @@ function dnf() { while ($row = $result->fetch_assoc()) { $text .= $row['username'] . "\n"; } - send_text($text); + send_html($text); $conn->close(); }