Update ConsoleSupervisor.php

This commit is contained in:
Marcos Alconada 2020-05-26 13:49:03 +02:00
parent 45f105b662
commit c8bcd3d4fc
1 changed files with 1 additions and 1 deletions

View File

@ -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',