diff options
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)); |