Skip to content

Commit 93b5c6a

Browse files
authored
Update guest_post.php
fix hotlink on notification
1 parent a86eecf commit 93b5c6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guest_post.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
mysqli_query($mysqli, "UPDATE tickets SET ticket_feedback = '$feedback' WHERE ticket_id = $ticket_id AND ticket_url_key = '$url_key'");
119119
// Notify on bad feedback
120120
if ($feedback == "Bad") {
121-
appNotify("Feedback", "Guest rated ticket ID $ticket_id as bad");
121+
appNotify("Feedback", "Guest rated ticket ID $ticket_id as bad", "ticket.php?ticket_id=$ticket_id");
122122
}
123123

124124
$_SESSION['alert_message'] = "Feedback recorded - thank you";

0 commit comments

Comments
 (0)