%event_description is not rendered
Ken Knowles - April 29, 2008 - 20:07
| Project: | Event Manager |
| Version: | 5.x-1.0 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Description
In the template replacement values, the value for the %event_description is retrieved from node->description (line 2604). However, there is no such member of node. The correct member should be node->body.
