2009-02-09, 07:25 AM
$plugins->run_hooks_by_ref("admin_forum_action_handler", $action);
Should be
$plugins->run_hooks_by_ref("admin_forum_action_handler", $actions);
Causes problems with plugins of course.
Should be
$plugins->run_hooks_by_ref("admin_forum_action_handler", $actions);
Causes problems with plugins of course.