]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/pluginqueuehandler.php
For good measure, don't return autocomplete results when not logged in.
[quix0rs-gnu-social.git] / lib / pluginqueuehandler.php
index 24d504699706c7fe310f341ff796bc4f44c52f28..9653ccad42454f3896a34c26e5d49ae53e3adda9 100644 (file)
@@ -42,7 +42,7 @@ class PluginQueueHandler extends QueueHandler
         return 'plugin';
     }
 
-    function handle_notice($notice)
+    function handle($notice)
     {
         Event::handle('HandleQueuedNotice', array(&$notice));
         return true;