MyBB Community Forums

Full Version: [D] admin/modules/forum/module_meta.php typo
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
$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.
Either this has already been reported and fixed for 1.4.5 or your running old files. I just checked the SVN, it's already there.
Alright if this has been already fixed.