Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Updating the settings file
I'm just looking for the correct procedure to correct my conf/settings file. I'm writing an extension and adding things to the settings file. In the first version of the extension, I have 3 settings. They are written to the settings file and I can access them okay.
In my second version of my extension, I have added 2 more settings. However my code comes up with an index error because it's trying to get settings that don't exist yet. What is the correct way to make these adjustments to the settings?
I hope that I am making myself clear.
In my second version of my extension, I have added 2 more settings. However my code comes up with an index error because it's trying to get settings that don't exist yet. What is the correct way to make these adjustments to the settings?
I hope that I am making myself clear.
0
This discussion has been closed.
Comments
if (isset($whatever->Context->Configuration['setting']))