PDA

View Full Version : [fixed] Bug (?) in showthread.php regarding poll permissions



Mystics
Thu 10th Jul '03, 3:51pm
"Forum permissions" -> "Can vote on polls" is supposed to override "User Groups" -> "Can vote on polls"..but it doesn't. I think this will fix it:

Search in showthread.php:
} else if (!$permissions['canvote']) {and replace it with:
} else if (!$getperms['canvote']) {Mystics

Steve Machol
Thu 10th Jul '03, 5:42pm
Moved to vB2 Bugs for a Dev to check.