MahendraTanveer / phptumblr

Automatically exported from code.google.com/p/phptumblr
0 stars 0 forks source link

Cannot get post by id #15

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I've noticed that on line 199 of class.read.tumblr.php you have

$aPosts[$pid]['id'] = (int) $post['id'];

The cast for int is wrong, as the post ids are way out of integer and this when 
printed has the wrong value.

Please remove the (int) cast.

Original issue reported on code.google.com by pentium10 on 8 Jun 2011 at 6:39