Page 1 of 1

[SOLVED]Issue with $this->RestrictUnknownParams

Posted: Sun Dec 20, 2009 5:52 am
by Wishbone
I'm in the middle of creating a module for my karting club's website.. I copied a module from my own website and started making changes. I forgot about the SetParameters function in the .module.php.. I had left the new module with the old parameter definitions... The issue is that I am still getting my parameters... Any reason why the RestrictUnknownParams call might not be working? CMSMS 1.6.4 "Moindou"

Re: Issue with $this->RestrictUnknownParams

Posted: Wed Dec 23, 2009 1:36 am
by Wishbone
OK.. I figured out my own issue.... It properly restricts front-end actions, however doesn't block admin actions.. I'm OK with this.