I'm coding a module on a CMSMS 1.11.2, and I have a strange problem.
My module has to export PDF files, so I wanted to use the "showtemplate=false" param on the "generate pdf" action link in order to not load all the page elements (as they are useless in this case).
I have a "download" action, which makes an addition in the DB with a simple "INSERT INTO" query.
In CMSMS 1.11, when I call my module action, like :
"http://www.mywebsite.com/index.php?mact ... late=false[/b]&cntnt01returnid=47
my module code seems to be executed twice ! I mean: I have two new lines in my DB table
When I remove the "showtemplate" param, it's ok
I made the same test with an Audit function, and the Audit script saves the same thing two times too!
Is this a 1.11 bug? I have the latest version (1.11.2). If I remember clearly, it was working on 1.10
Thank you very much for your help
