We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a86eecf commit 93b5c6aCopy full SHA for 93b5c6a
guest_post.php
@@ -118,7 +118,7 @@
118
mysqli_query($mysqli, "UPDATE tickets SET ticket_feedback = '$feedback' WHERE ticket_id = $ticket_id AND ticket_url_key = '$url_key'");
119
// Notify on bad feedback
120
if ($feedback == "Bad") {
121
- appNotify("Feedback", "Guest rated ticket ID $ticket_id as bad");
+ appNotify("Feedback", "Guest rated ticket ID $ticket_id as bad", "ticket.php?ticket_id=$ticket_id");
122
}
123
124
$_SESSION['alert_message'] = "Feedback recorded - thank you";
0 commit comments