From: Don S. <do...@se...> - 2003-04-15 03:18:02
|
The PollManager action function checks for a permission of "view" in the poll module. No such permission is defined in poll's module_rights.txt and so no such permission can be assigned in User Manager. As a result non-deities who are given Poll administration rights are unable to do any Poll administrating. Fix would be to add a "view" entry to module_rights.txt. Also Poll's uninstall.php references $core but $core is not defined. Changing both references to be $GLOBALS["core"] fixes that problem. I have checked both of these fixes into CVS. Don. |