Replace own OMB stack with libomb.
This commit is contained in:
@@ -57,7 +57,7 @@ class OmbQueueHandler extends QueueHandler
|
||||
$this->log(LOG_DEBUG, 'Ignoring remote notice ' . $notice->id);
|
||||
return true;
|
||||
} else {
|
||||
return omb_broadcast_remote_subscribers($notice);
|
||||
return omb_broadcast_notice($notice);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user