start for pluginqueuehandler

This commit is contained in:
Brion Vibber 2009-11-20 11:18:12 -08:00
parent e7663ce38f
commit 09a021cefe
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));