I have a module that's failing to load on 0.762. The module works fine on 0.761.
I tracked it down to a change in the pnModLoad function of the includes/pnMod.php function.
I was passing an URL like:
Quote
http://gentoo1/websites/mysite/index.php?module=mymodule&type=adminapi&func=savesetup
and I got this error:
Quote
Failed to load module mymodule (at function: "savesetup")
I tracked the root cause of the error down to 3 new lines in the pnModLoad function:
Code
What is the purpose of adding that piece of code? My module justs submits data to my savesetup function and let's that function store the data in the database.
Commenting out those 3 lines of code lets my module run fine.
Is this a permanent change to the pnModLoad function? I can't figure why it needs to be there.
Thanks,
Grant
--
Retail Retreat
http://www.retailretreat.com
