Changes between Initial Version and Version 1 of Ticket #7213, comment 1
- Timestamp:
- 08/05/2016 11:02:16 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7213, comment 1
initial v1 1 I forgot something: to fix this Bug, you just have to change {{{array( &$this )}}} into {{{array( $data )}}} .1 I forgot something: to fix this Bug, you just have to change {{{array( &$this )}}} into {{{array( $data )}}} or alternativly you can move the action before the declaration of {{{array( $data )}}}.