Email does not include correct base URL

nfg 10 Jul, 2009
When chronoforms sends an email it includes the following tag:
<base href="JURI::base()/" />

It's around line 423 in a block that is commented thus:
/**
* Wrap page code around the html message body
*/
GreyHead 10 Jul, 2009
Hi nfg,

Confirming Fredrik's comment - in the current release the equivalent line is
<base href=\"".JURI::base()."/\" />

Bob
nfg 10 Jul, 2009
Cool, sorry,

I searched here for JURI::base() and didn't find it - therefore assumed.
This topic is locked and no more replies can be posted.