diff --git a/inc/abstracttarget.class.php b/inc/abstracttarget.class.php index fdf3228b6..924ea95c8 100644 --- a/inc/abstracttarget.class.php +++ b/inc/abstracttarget.class.php @@ -1880,6 +1880,8 @@ protected function showActorSettingsHeader($type) { * @return void */ protected function showActorSettingsForType($actorType, array $actors) { + global $DB; + $itemActor = new PluginFormcreatorTarget_Actor(); $dropdownItems = ['' => Dropdown::EMPTY_VALUE] + $itemActor::getEnumActorType(); @@ -1929,6 +1931,21 @@ protected function showActorSettingsForType($actorType, array $actors) { echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; if ($actorType == CommonITILActor::ASSIGN) { echo ''; echo ''; }