Skip to content

Commit

Permalink
FIX poll.php, fixes json_encode with forced cast to string on twitter…
Browse files Browse the repository at this point in the history
… IDs
  • Loading branch information
Quodis committed Mar 22, 2011
1 parent 9a45338 commit 7fe36b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions public/poll.php
Expand Up @@ -55,6 +55,7 @@ function main()
$tiles = array();
while ($tweet = $result->row())
{
$tweet['w'] = "".$tweet['w'];
$tiles[] = $tweet;
if ($tweet['i'] > $lastId) $lastId = $tweet['i'];
}
Expand Down

0 comments on commit 7fe36b0

Please sign in to comment.