Skip to content

Commit

Permalink
Update guest_post.php
Browse files Browse the repository at this point in the history
fix hotlink on notification
  • Loading branch information
ThaMunsta authored Nov 13, 2024
1 parent a86eecf commit 93b5c6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guest_post.php
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
mysqli_query($mysqli, "UPDATE tickets SET ticket_feedback = '$feedback' WHERE ticket_id = $ticket_id AND ticket_url_key = '$url_key'");
// Notify on bad feedback
if ($feedback == "Bad") {
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");
}

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

0 comments on commit 93b5c6a

Please sign in to comment.