From a3511b069ae580b4106d52649a5f301b98e61fff Mon Sep 17 00:00:00 2001 From: William Phillips Date: Wed, 12 Dec 2018 22:12:29 +0000 Subject: [PATCH] Fix tiny typo Replaced - with =. --- includes/hooks/WHMCS-Discord-Notifications.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/hooks/WHMCS-Discord-Notifications.php b/includes/hooks/WHMCS-Discord-Notifications.php index 9319726..92c05ee 100644 --- a/includes/hooks/WHMCS-Discord-Notifications.php +++ b/includes/hooks/WHMCS-Discord-Notifications.php @@ -309,7 +309,7 @@ $ticketFlagged = true; // Ticket Flagged To Staff Member Notification $ticketNewNote = true; // New Note Added To Ticket Notification // Miscellaneous Notifications -$cancellationRequest - false; // New Cancellation Request Received Notification +$cancellationRequest = false; // New Cancellation Request Received Notification ///////////////////////////////////////////////////////////////////////