From: Brion Vibber Date: Fri, 20 Nov 2009 19:18:12 +0000 (-0800) Subject: start for pluginqueuehandler X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=92453936c2a9aaef63f2239a3a6988cab062887c;p=quix0rs-gnu-social.git start for pluginqueuehandler --- diff --git a/scripts/pluginqueuehandler.php b/scripts/pluginqueuehandler.php index ae807db6af..fa39bdda6a 100755 --- a/scripts/pluginqueuehandler.php +++ b/scripts/pluginqueuehandler.php @@ -41,6 +41,12 @@ class PluginQueueHandler extends QueueHandler return 'plugin'; } + function start() + { + $this->log(LOG_INFO, "INITIALIZE"); + return true; + } + function handle_notice($notice) { Event::handle('HandleQueuedNotice', array(&$notice));