I have fixed a small bug in wp-polls.php. Under the function vote_poll();
$voted_cookie = check_voted_cookie($poll_ip);
It should be $poll_id instead of $poll_ip.
Thanks to Janne from Finland
Lester Chan's WordPress Plugins
Lester Chan's WordPress Plugins Development Blog
I have fixed a small bug in wp-polls.php. Under the function vote_poll();
$voted_cookie = check_voted_cookie($poll_ip);
It should be $poll_id instead of $poll_ip.
Thanks to Janne from Finland