[SOLVED]Issue with $this->RestrictUnknownParams
[SOLVED]Issue with $this->RestrictUnknownParams
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"
Last edited by Wishbone on Wed Dec 23, 2009 5:04 pm, edited 1 time in total.
Re: Issue with $this->RestrictUnknownParams
OK.. I figured out my own issue.... It properly restricts front-end actions, however doesn't block admin actions.. I'm OK with this.