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