mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
Fixed minor error open bug 500
This commit is contained in:
parent
6cf96a0fad
commit
7e4c1a5468
@ -459,7 +459,9 @@ class ConsoleSupervisor
|
||||
/*
|
||||
* Check if HA status.
|
||||
*/
|
||||
$this->checkHaStatus();
|
||||
if (enterprise_installed()) {
|
||||
$this->checkHaStatus();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user