no anonymous voting bug
jacr - October 26, 2008 - 17:37
| Project: | DrupalIt |
| Version: | 6.x-1.2 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
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')) {

#1
You 're right!
Thanks!