Skip to content

Commit f22e6c5

Browse files
committed
Ticket: #add ticket deletion functionnality missing remove unnecesary parameter - refs BT#22725
1 parent 1145c68 commit f22e6c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/ticket/tickets.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ function display_advanced_search_form () {
8282
null,
8383
false
8484
));
85-
header('Location: '.api_get_self().'?project_id='.$projectId');
85+
header('Location: '.api_get_self().'?project_id='.$projectId);
8686
exit;
8787
}
8888
break;

0 commit comments

Comments
 (0)