start for pluginqueuehandler

This commit is contained in:
Brion Vibber 2009-11-20 11:18:12 -08:00
parent 1ca022464a
commit 92453936c2
1 changed files with 6 additions and 0 deletions

View File

@ -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));