Menu

#1 register more then 2 methods

open
nobody
None
5
2007-03-12
2007-03-12
resmo
No

registering more then 2 methods didn't work. this fixes that problem.

In Ajax.php Line 143:
- if ( !in_array( $class, $this->methods ) )
+ if ( !array_key_exists( $class, $this->methods ) )

--
resmo, renemoser.net

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.