In drupalit.module is a anonymous voting bug.
If you want to enabel anonymous voting.
Edit:
//if the user has no access
elseif (!user_access('user_access')) {
to:
//if the user has no access
elseif (!user_access('vote drupalit')) {
In drupalit.module is a anonymous voting bug.
If you want to enabel anonymous voting.
Edit:
//if the user has no access
elseif (!user_access('user_access')) {
to:
//if the user has no access
elseif (!user_access('vote drupalit')) {
Comments
Comment #1
apanag commentedYou 're right!
Thanks!