diff options
author | Adrian Lang <mail@adrianlang.de> | 2009-08-10 14:48:50 +0200 |
---|---|---|
committer | Adrian Lang <mail@adrianlang.de> | 2009-08-10 14:48:50 +0200 |
commit | ec88d2650ea4371cf53229171851747b31587e4b (patch) | |
tree | 00c3cd79bced5a5212fab07a97139c9717e1171f /scripts/ombqueuehandler.php | |
parent | ee9bfa715807cdd352407f3d01bc3126dc777b60 (diff) |
Replace own OMB stack with libomb.
Diffstat (limited to 'scripts/ombqueuehandler.php')
-rwxr-xr-x | scripts/ombqueuehandler.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ombqueuehandler.php b/scripts/ombqueuehandler.php index 1587192b6..cc5263ae2 100755 --- a/scripts/ombqueuehandler.php +++ b/scripts/ombqueuehandler.php @@ -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); } } |