start for pluginqueuehandler
This commit is contained in:
parent
1ca022464a
commit
92453936c2
|
@ -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));
|
||||
|
|
Loading…
Reference in New Issue
Block a user