diff options
Diffstat (limited to 'lib/pluginqueuehandler.php')
-rw-r--r-- | lib/pluginqueuehandler.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pluginqueuehandler.php b/lib/pluginqueuehandler.php index 24d504699..9653ccad4 100644 --- a/lib/pluginqueuehandler.php +++ b/lib/pluginqueuehandler.php @@ -42,7 +42,7 @@ class PluginQueueHandler extends QueueHandler return 'plugin'; } - function handle_notice($notice) + function handle($notice) { Event::handle('HandleQueuedNotice', array(&$notice)); return true; |