We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20f760e commit 953977aCopy full SHA for 953977a
src/inc/api/APICheckClientVersion.class.php
@@ -24,7 +24,7 @@ public function execute($QUERY = array()) {
24
}
25
26
$this->updateAgent(PActions::CHECK_CLIENT_VERSION);
27
- if (Comparator::lessThan($result->getVersion(), $version)) {
+ if (Comparator::greaterThan($result->getVersion(), $version)) {
28
DServerLog::log(DServerLog::DEBUG, "Agent " . $this->agent->getId() . " got notified about client update");
29
$this->sendResponse(array(
30
PResponseClientUpdate::ACTION => PActions::CHECK_CLIENT_VERSION,
0 commit comments