summaryrefslogtreecommitdiff
path: root/lib/ombqueuehandler.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@status.net>2010-01-22 14:18:43 -0500
committerEvan Prodromou <evan@status.net>2010-01-22 14:18:43 -0500
commitc8bc598cfd67353f33d7785556374b5d6865a7d9 (patch)
tree6be983b49cfc78a35baa361f77ad0b365a9a9bed /lib/ombqueuehandler.php
parente666433eb4a66078e3459d7d4f51f5ce5a1ad589 (diff)
parent29d83c8ca94201cb010b5aef564df78ab868ea0c (diff)
Merge branch 'testing' into 0.9.x
Diffstat (limited to 'lib/ombqueuehandler.php')
-rw-r--r--lib/ombqueuehandler.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ombqueuehandler.php b/lib/ombqueuehandler.php
index 3ffc1313b..24896c784 100644
--- a/lib/ombqueuehandler.php
+++ b/lib/ombqueuehandler.php
@@ -36,7 +36,7 @@ class OmbQueueHandler extends QueueHandler
* @fixme doesn't currently report failure back to the queue manager
* because omb_broadcast_notice() doesn't report it to us
*/
- function handle_notice($notice)
+ function handle($notice)
{
if ($this->is_remote($notice)) {
$this->log(LOG_DEBUG, 'Ignoring remote notice ' . $notice->id);