diff --git a/setup.php b/setup.php index ba2584f9d..3f28c8d88 100644 --- a/setup.php +++ b/setup.php @@ -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); }