Skip to content

Commit

Permalink
Ticket: Fix configuration setting name - refs #3564
Browse files Browse the repository at this point in the history
  • Loading branch information
ywarnier committed Nov 19, 2020
1 parent 3a54f09 commit a7b51f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/inc/lib/template.lib.php
Expand Up @@ -1380,7 +1380,7 @@ public function assignBugNotification()

$extraParams = '';

if (api_get_configuration_value('ticket_add_quiz_and_lp')) {
if (api_get_configuration_value('ticket_lp_quiz_info_add')) {
if (isset($_GET['exerciseId']) && !empty($_GET['exerciseId'])) {
$extraParams = '&exerciseId=' . (int) $_GET['exerciseId'];
}
Expand Down

0 comments on commit a7b51f4

Please sign in to comment.