.push not working after upgrade to 7.1.3.1
I have a project that pushes the content of a text file to a register:
.push +CONTENT sample.txt
The register CONTENT is then access in a template using:
${CONTENT}
This was working fine until I upgraded to 7.1.3.1.
I used to see the value of register CONTENT in the notification generated by the template but now all I see is:
${CONTENT}
Is this a bug?
Thanks.
.push +CONTENT sample.txt
The register CONTENT is then access in a template using:
${CONTENT}
This was working fine until I upgraded to 7.1.3.1.
I used to see the value of register CONTENT in the notification generated by the template but now all I see is:
${CONTENT}
Is this a bug?
Thanks.