summaryrefslogtreecommitdiff
path: root/scripts/pluginqueuehandler.php
diff options
context:
space:
mode:
authorBrion Vibber <brion@pobox.com>2009-11-20 11:18:12 -0800
committerBrion Vibber <brion@pobox.com>2009-11-20 11:18:12 -0800
commit92453936c2a9aaef63f2239a3a6988cab062887c (patch)
treeb07a4d4c6df4fc16ebbb819453e59887f2118570 /scripts/pluginqueuehandler.php
parent1ca022464a87258357ab172bbdf4e91cce849091 (diff)
start for pluginqueuehandler
Diffstat (limited to 'scripts/pluginqueuehandler.php')
-rwxr-xr-xscripts/pluginqueuehandler.php6
1 files changed, 6 insertions, 0 deletions
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));