Skip to content

Commit aa92a2f

Browse files
committed
fix(abstractitiltarget): failed to assign group frop object
1 parent 6826ea8 commit aa92a2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inc/abstractitiltarget.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,7 @@ protected function prepareActors(PluginFormcreatorForm $form, PluginFormcreatorF
522522
if ($question->isNewItem()) {
523523
continue 2;
524524
}
525-
$itemtype = $question->fields['values'];
525+
$itemtype = $question->fields['itemtype'];
526526
if (!is_subclass_of($itemtype, CommonDBTM::class)) {
527527
continue 2;
528528
}

0 commit comments

Comments
 (0)