Skip to content

Commit 4565197

Browse files
committed
fix(item_targetticket): bad relation expression for SQL
Signed-off-by: Thierry Bugier <tbugier@teclib.com>
1 parent 8ba3031 commit 4565197

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

inc/item_targetticket.class.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,6 @@ public function prepareInputForAdd($input) {
179179
public function deleteObsoleteItems(CommonDBTM $container, array $exclude)
180180
{
181181
$keepCriteria = [
182-
self::$itemtype_2 => $container->getType(),
183182
self::$items_id_2 => $container->getID(),
184183
];
185184
if (count($exclude) > 0) {

0 commit comments

Comments
 (0)