X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fpluginqueuehandler.php;h=9653ccad42454f3896a34c26e5d49ae53e3adda9;hb=f21f78364a9cbde2ca535a3983b384707ad097ae;hp=24d504699706c7fe310f341ff796bc4f44c52f28;hpb=108c51fa6859ec56269078ef9bd0459fdbd9b1ba;p=quix0rs-gnu-social.git diff --git a/lib/pluginqueuehandler.php b/lib/pluginqueuehandler.php index 24d5046997..9653ccad42 100644 --- a/lib/pluginqueuehandler.php +++ b/lib/pluginqueuehandler.php @@ -42,7 +42,7 @@ class PluginQueueHandler extends QueueHandler return 'plugin'; } - function handle_notice($notice) + function handle($notice) { Event::handle('HandleQueuedNotice', array(&$notice)); return true;