Hello,
in some Templatesystems you must change the {} from catch( err ) {}
from one to two lines because the Templatesystem has reserved this signs
e.g.
catch( err ) {
}
or
catch( err )
{
}
Regards
Andreas
Hello,
in some Templatesystems you must change the {} from catch( err ) {}
from one to two lines because the Templatesystem has reserved this signs
e.g.
catch( err ) {
}
or
catch( err )
{
}
Regards
Andreas
That’s a bug in the templating system or its use.
Smarty users should use {literal}.