Skip to content

Commit

Permalink
4.4.0 - alerts fixes system version check
Browse files Browse the repository at this point in the history
  • Loading branch information
sendtogeo committed Apr 28, 2020
1 parent c810d3f commit 11daffa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions controllers/alerts.ctrl.php
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ function updateSystemAlerts() {
$informationCtrler->updateTodayInformation($message, "install_check");
return ['status' => true, 'result' => "Installation version is old."];
} else {
$informationCtrler->updateTodayInformation($message, "install_check");
return ['status' => false, 'result' => "Installation version is uptodate."];
}
}
Expand Down

0 comments on commit 11daffa

Please sign in to comment.