]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/pingqueuehandler.php
Removed plugin Google-Analytics as this is free/libre and decentralized
[quix0rs-gnu-social.git] / lib / pingqueuehandler.php
index 8bb2180786e81cfecf185c783d03ba4fbeab4971..4e4d74cb1a6ef35f1910905aee18a287cabb79b4 100644 (file)
@@ -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);
     }