Custom module breaking template save
Posted: Tue Oct 23, 2012 2:05 pm
I have a custom module referenced in a template with {cms_module module='mymodule'}. After upgrading to 1.11.2 (from 1.9) when I try to save the template from the template editor it runs the action.default.php page of that module.
I was under the impression that the action.default.php was only invoked when on the site not when saving a template. I believe from walking through the code that smarty is attempting to compile my code. Is this for caching? My modules were made quite a while back. Am I missing a property that would stop this from happening?
Thanks!
Troy
I was under the impression that the action.default.php was only invoked when on the site not when saving a template. I believe from walking through the code that smarty is attempting to compile my code. Is this for caching? My modules were made quite a while back. Am I missing a property that would stop this from happening?
Thanks!
Troy