diff options
author | Brion Vibber <brion@pobox.com> | 2009-11-20 11:18:12 -0800 |
---|---|---|
committer | Brion Vibber <brion@pobox.com> | 2009-11-20 11:20:02 -0800 |
commit | 09a021cefe9a906991744709db26f4db06df5a2b (patch) | |
tree | 87a1db5af416ad301be1f042438573808ece5370 /scripts/pluginqueuehandler.php | |
parent | e7663ce38f8eb4d918102351c45a5829a523141b (diff) |
start for pluginqueuehandler
Diffstat (limited to 'scripts/pluginqueuehandler.php')
-rwxr-xr-x | scripts/pluginqueuehandler.php | 6 |
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)); |