summaryrefslogtreecommitdiff
path: root/lib/pingqueuehandler.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/pingqueuehandler.php')
-rw-r--r--lib/pingqueuehandler.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pingqueuehandler.php b/lib/pingqueuehandler.php
index 8bb218078..4e4d74cb1 100644
--- a/lib/pingqueuehandler.php
+++ b/lib/pingqueuehandler.php
@@ -30,7 +30,7 @@ class PingQueueHandler extends QueueHandler {
return 'ping';
}
- function handle_notice($notice) {
+ function handle($notice) {
require_once INSTALLDIR . '/lib/ping.php';
return ping_broadcast_notice($notice);
}