Fix tiny typo

Replaced - with =.
This commit is contained in:
William Phillips
2018-12-12 22:12:29 +00:00
parent 55f967f17c
commit a3511b069a

View File

@@ -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
///////////////////////////////////////////////////////////////////////