Skip to content

Commit

Permalink
fix(item_targetticket): bad relation expression for SQL
Browse files Browse the repository at this point in the history
Signed-off-by: Thierry Bugier <tbugier@teclib.com>
  • Loading branch information
btry committed Jun 22, 2020
1 parent 8ba3031 commit 4565197
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion inc/item_targetticket.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ public function prepareInputForAdd($input) {
public function deleteObsoleteItems(CommonDBTM $container, array $exclude)
{
$keepCriteria = [
self::$itemtype_2 => $container->getType(),
self::$items_id_2 => $container->getID(),
];
if (count($exclude) > 0) {
Expand Down

0 comments on commit 4565197

Please sign in to comment.