Skip to content
This repository has been archived by the owner on Aug 9, 2021. It is now read-only.

Commit

Permalink
fix(package): scan requests when the apk does not change
Browse files Browse the repository at this point in the history
  • Loading branch information
btry authored and ajsb85 committed Nov 14, 2017
1 parent 4c465a5 commit 0b5eff3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions inc/package.class.php
Expand Up @@ -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();
}
}

/**
Expand Down

0 comments on commit 0b5eff3

Please sign in to comment.