Posted by Jānis Bebrītis on March 2, 2010 at 1:05pm
1 follower
| Project: | Webform invites |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
This is because recent versions of webform has made %session token available for authorized users only. counting and saving vote into database relies on %session token, therefor is broken now.
A quick fix for private sites is breaking webform code (uh-oh). You have to edit code of webform module and move "'%session' => $_SESSION," from "unsafe" array to to "safe".
.. because no-one needs permanent fix or some major changes in this D5 module ;)