Ticket #162 (closed defect: fixed)
Include bug
| Reported by: | qasim | Owned by: | scorfield |
|---|---|---|---|
| Type: | defect | Priority: | normal |
| Milestone: | Fusebox 5.1 | Component: | Fuxebox 4.1 Compatibility |
| Version: | 5.0 | Severity: | major |
| Keywords: | Cc: |
Description
Following code works on FB4.1 and FB5
<fuseaction name="test">
<include template="NONEXISTINGFILE.cfm" required="false" />
</fuseaction>
However this code only works in FB4.1
<fuseaction name="test">
<set name="temp" value=""NONEXISTINGFILE />
<include template="#temp#.cfm" required="false" />
</fuseaction>
Thanks
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
