jacquagnui / php-twitter

Automatically exported from code.google.com/p/php-twitter
0 stars 0 forks source link

ratlimit #46

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Line 653 is:
return $this->objectify( $out );
and should be:
return $this->objectify( $this->process($request) );    

Original issue reported on code.google.com by cristian...@gmail.com on 29 Jul 2009 at 5:24