Skip to content

Commit

Permalink
fix(issue): redirection error
Browse files Browse the repository at this point in the history
Signed-off-by: Thierry Bugier <[email protected]>
  • Loading branch information
btry committed Aug 13, 2021
1 parent fa8dc9b commit aeb297b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ function plugin_init_formcreator() {
]);
if (count($issues) == 1) {
$issueId = array_pop($issues)['id'];
$issue->getById($issueId);
$issue->getFromDB($issueId);
Html::redirect($issue->getFormURLWithID($issue->getID()) . $openItilFollowup);
}

Expand Down

0 comments on commit aeb297b

Please sign in to comment.