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
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

apanag - October 26, 2008 - 23:24
Status:active» closed

You 're right!

Thanks!

 
 

Drupal is a registered trademark of Dries Buytaert.