Replace own OMB stack with libomb.

This commit is contained in:
Adrian Lang
2009-08-10 14:48:50 +02:00
parent ee9bfa7158
commit ec88d2650e
28 changed files with 3217 additions and 1343 deletions

View File

@@ -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);
}
}