Re: 4 csets were pushed to core/stable: Merge [email protected]:/var/bk/xaraya/...

mikespub <[email protected]> Tue, 28 Jun 2005 11:19:53 +0200
Newsgroups gmane.comp.cms.xaraya.bk-notices
Organization Xaraya
Message-ID <[email protected]>
Jo Dalle Nogare wrote:
> Changes were applied by jojodee to core/stable level 10.
>     The following csets were applied:
>
Same issue with templates as for the other property classes.

You need to replace

return xarTplModule('dynamicdata', 'admin', '...', $data , $template);

by

return xarTplProperty('dynamicdata', $template, '...', $data);

and *not* silently ignore $template coming from elsewhere, or
you'll break stuff...

Thanks,

Mike.