summaryrefslogtreecommitdiff
path: root/scripts
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:20:02 -0800
commit09a021cefe9a906991744709db26f4db06df5a2b (patch)
tree87a1db5af416ad301be1f042438573808ece5370 /scripts
parente7663ce38f8eb4d918102351c45a5829a523141b (diff)
start for pluginqueuehandler
Diffstat (limited to 'scripts')
-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));