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
Log in to post a comment.