X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fpluginqueuehandler.php;h=9653ccad42454f3896a34c26e5d49ae53e3adda9;hb=8135f7d9605ef16d56b6588f3ebea333891d17ef;hp=24d504699706c7fe310f341ff796bc4f44c52f28;hpb=ec145b73fc91dd54695dd374c8a71a11e233b8c0;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;