Update ConsoleSupervisor.php
This commit is contained in:
parent
45f105b662
commit
c8bcd3d4fc
|
@ -2486,7 +2486,7 @@ class ConsoleSupervisor
|
||||||
$dbh
|
$dbh
|
||||||
);
|
);
|
||||||
ob_clean();
|
ob_clean();
|
||||||
if ($cluster == $db) {
|
if ($cluster != $db) {
|
||||||
$this->notify(
|
$this->notify(
|
||||||
[
|
[
|
||||||
'type' => 'NOTIF.HAMASTER.MESSAGE',
|
'type' => 'NOTIF.HAMASTER.MESSAGE',
|
||||||
|
|
Loading…
Reference in New Issue