From 92453936c2a9aaef63f2239a3a6988cab062887c Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Fri, 20 Nov 2009 11:18:12 -0800 Subject: start for pluginqueuehandler --- scripts/pluginqueuehandler.php | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'scripts/pluginqueuehandler.php') diff --git a/scripts/pluginqueuehandler.php b/scripts/pluginqueuehandler.php index ae807db6a..fa39bdda6 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)); -- cgit v1.2.3-54-g00ecf