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:
commit
ab0a914248
|
@ -459,7 +459,9 @@ class ConsoleSupervisor
|
|||
/*
|
||||
* Check if HA status.
|
||||
*/
|
||||
$this->checkHaStatus();
|
||||
if (enterprise_installed()) {
|
||||
$this->checkHaStatus();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue