Skip to content

Commit

Permalink
fix(issue): resynchronization error
Browse files Browse the repository at this point in the history
Signed-off-by: Thierry Bugier <tbugier@teclib.com>
  • Loading branch information
btry committed Mar 22, 2019
1 parent ff95440 commit 65cadb3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion inc/issue.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ public static function cronSyncIssues(CronTask $task) {
LEFT JOIN `glpi_items_tickets` AS `itic`
ON `itic`.`items_id` = `fanswer`.`id`
AND `itic`.`itemtype` = 'PluginFormcreatorFormAnswer'
WHERE `fanswer`.`is_deleted` = '0'
GROUP BY `original_id`
HAVING COUNT(`itic`.`tickets_id`) != 1
Expand Down

0 comments on commit 65cadb3

Please sign in to comment.