MyBB Community Forums

Full Version: Hook Change
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
File: ./inc/functions_forumlist.php
Current Hook : $plugins->run_hooks("build_forumbits_forum");
New Hook : $plugins->run_hooks_by_ref("build_forumbits_forum", $forum);
Yeah, that is really useful.
Otherwise this hook makes no sense as you cannot access the data that is processed in that area.