Closed (fixed)
Project:
DrupalIt
Version:
6.x-1.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Oct 2008 at 17:37 UTC
Updated:
26 Oct 2008 at 23:24 UTC
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!