SalmanAzmat / php-twitter

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

Ratelimit function broken in trunk #27

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago

Original comment by emmenset...@gmail.com on 24 Mar 2009 at 1:41

GoogleCodeExporter commented 8 years ago
Still have this problem :-(. Anyone know a quick fix?

Original comment by K2xL....@gmail.com on 10 Jan 2010 at 5:29