diff --git a/inc/package.class.php b/inc/package.class.php index 08fad51e..051705fd 100644 --- a/inc/package.class.php +++ b/inc/package.class.php @@ -304,9 +304,10 @@ public function post_updateItem($history = 1) { $task->updateQueue($fleet, $policy->getGroup()); } } - } - $this->createOrionReport(); + // File updated, then scan it again + $this->createOrionReport(); + } } /**