summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2009-08-20 17:13:40 -0400
committerEvan Prodromou <evan@controlyourself.ca>2009-08-20 17:13:40 -0400
commit4b2aa517501037e86e4a3c3bad3f363dcf8a26c6 (patch)
treedf144b5bd3aeb9bfc91c5c4be6bd75a71f1dbd4a /scripts
parent8f122dd71efcc54b820629bc4c39efe91b8e8726 (diff)
parentb0bb1fff2e79a01b2fa2eece79d2c644860bbb97 (diff)
Merge branch '0.9.x' of git@gitorious.org:laconica/mainline into 0.9.x
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/ombqueuehandler.php2
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);
}
}