MyBB Community Forums

Full Version: [F] Admin User Module Hook Typo
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
http://community.mybboard.net/thread-368...#pid245778

OMG..totally sucked. Read that thread about the bug.

Essentially the admincp/modules/user/module_meta.php has a typo line 53:

$plugins->run_hooks_by_ref("admin_user_action_handler", $action);

Should be:

$plugins->run_hooks_by_ref("admin_user_action_handler", $actions);

I checked the other module_meta files in each module and they are all correct except this one.

Please correct and thank you.

Sidenote: Any chance I can get into access the SVN so I can work with latest build for plugin authoring? I am not asking to be a developer on mybb team but read access would be nice.
(2008-08-28, 06:02 PM)labrocca Wrote: [ -> ]Sidenote: Any chance I can get into access the SVN so I can work with latest build for plugin authoring? I am not asking to be a developer on mybb team but read access would be nice.

Our SVN is private. Only staff members have access to the SVN.
Alright...well maybe one day Chris will allow for public read access to it.

So how about my bug? Fixed yet?
(2008-08-29, 04:06 AM)labrocca Wrote: [ -> ]So how about my bug? Fixed yet?

If it hasn't been marked as fixed then it hasn't been fixed yet - no need to ask
Thank you for your bug report.

This bug has been fixed in our internal code repository. Please note that the problem will not be fixed here until these forums are updated.