Skip to content

Commit cb1ec83

Browse files
committed
fix
1 parent c61defb commit cb1ec83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inc/link.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ public function showItemGenerationForm($params)
172172
'active_entities' => $_SESSION['glpiactiveentities'] ?? [],
173173
'item_rows' => $item_rows,
174174
'order_web_dir' => $order_web_dir,
175-
'assignableitem' => Toolbox::hasTrait($itemtype, AssignableItem::class) ? true : false,
175+
'assignableitem' => Toolbox::hasTrait($itemtype, AssignableItem::class),
176176
]);
177177
return null;
178178
}

0 commit comments

Comments
 (0)