From 490adc6fd497e2abfa970dfb45c2e44ea6667a11 Mon Sep 17 00:00:00 2001 From: Yannick Warnier Date: Thu, 14 Dec 2017 14:50:35 -0500 Subject: [PATCH] Ticket: Fix add link to maintain course-session context --- main/ticket/tickets.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/ticket/tickets.php b/main/ticket/tickets.php index 3545b7146e..169b37ebcd 100644 --- a/main/ticket/tickets.php +++ b/main/ticket/tickets.php @@ -236,7 +236,7 @@ if (!empty($projectId)) { null, ICON_SIZE_MEDIUM ), - api_get_path(WEB_CODE_PATH) . 'ticket/new_ticket.php?project_id=' . $projectId, + api_get_path(WEB_CODE_PATH) . 'ticket/new_ticket.php?project_id=' . $projectId.'&'.api_get_cidReq(), ['title' => get_lang('Add')] ); }