Current time: 07-05-2009, 02:52 AM Hello There, Guest! (LoginRegister)


 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[F] Admin User Module Hook Typo
08-28-2008, 06:02 PM
Post: #1
[F] Admin User Module Hook Typo
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.

MYPS is now available for FREE!
Download over 40 exclusive plugins at Mybb Central
[Image: mybbsig.php]
[Some plugins at Mybb Central are for paid subscribers only]
Visit this user's website Find all posts by this user
08-29-2008, 12:53 AM (This post was last modified: 08-29-2008 12:53 AM by Ryan Gordon.)
Post: #2
RE: Admin User Module Hook Typo
(08-28-2008 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.

[Image: ryangordon.png]
My Blog - My Mods - My Site
Visit this user's website Find all posts by this user
08-29-2008, 04:06 AM
Post: #3
RE: Admin User Module Hook Typo
Alright...well maybe one day Chris will allow for public read access to it.

So how about my bug? Fixed yet?

MYPS is now available for FREE!
Download over 40 exclusive plugins at Mybb Central
[Image: mybbsig.php]
[Some plugins at Mybb Central are for paid subscribers only]
Visit this user's website Find all posts by this user
08-29-2008, 11:33 PM
Post: #4
RE: Admin User Module Hook Typo
(08-29-2008 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

[Image: ryangordon.png]
My Blog - My Mods - My Site
Visit this user's website Find all posts by this user
08-29-2008, 11:37 PM
Post: #5
[F] Admin User Module Hook Typo
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.

[Image: ryangordon.png]
My Blog - My Mods - My Site
Visit this user's website Find all posts by this user


Forum Jump: