ratelimit() function is broken because it uses $out - an undefined variable.
Remove:
[code]return $this->objectify( $out );[/code]
Add:
[code]return $this->objectify( $this->process( $request ) );[/code]
Original issue reported on code.google.com by karan.bh...@gmail.com on 24 Mar 2009 at 10:41
Original issue reported on code.google.com by
karan.bh...@gmail.com
on 24 Mar 2009 at 10:41