Merge branch 'ent-5927-500-en-consola-open' into 'develop'

Fixed minor error open bug 500

See merge request artica/pandorafms!3264
This commit is contained in:
Daniel Rodriguez 2020-06-02 14:05:00 +02:00
commit ab0a914248
1 changed files with 3 additions and 1 deletions

View File

@ -459,7 +459,9 @@ class ConsoleSupervisor
/*
* Check if HA status.
*/
$this->checkHaStatus();
if (enterprise_installed()) {
$this->checkHaStatus();
}
}