Closed alangrafu closed 12 years ago
I have
$base = array(); $base['endpoint'] = 'foo';
When trying to access it using {{base.endpoint}} I got an Unexpected End of Input(0)
{{base.endpoint}}
Thanks for your report. I think I fixed it in my last commit (4707ef2), please reopen this issue if you still have problems.
Worked perfect, sorry and thanks for the quick response! :-)
I have
When trying to access it using
{{base.endpoint}}
I got an Unexpected End of Input(0)