Skip to content

Commit

Permalink
Remove useless var
Browse files Browse the repository at this point in the history
  • Loading branch information
Lainow committed Sep 25, 2024
1 parent 14392b5 commit 48dde92
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion front/ticket.form.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@

include('../../../inc/includes.php');

$track = new Ticket();
if (isset($_POST['escalate'])) {
$group_id = (int)$_POST['groups_id'];
$tickets_id = (int)$_POST['tickets_id'];
Expand Down

0 comments on commit 48dde92

Please sign in to comment.