Expected:
features_tools_disable_features_page_js
Actual:
featrues_tools_disable_features_page_js
Love this module, thanks!
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | variable-misnamed-1486476-1.patch | 2.45 KB | crazyrohila |
Expected:
features_tools_disable_features_page_js
Actual:
featrues_tools_disable_features_page_js
Love this module, thanks!
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | variable-misnamed-1486476-1.patch | 2.45 KB | crazyrohila |
Comments
Comment #1
crazyrohila commentedThanks for pointing that out . here is a patch.
Comment #2
perelman.yuval commentedhi all.
thanks for the feedback and for the patch.
i will port it to the dev version as soon as posible.
Comment #3
perelman.yuval commentedhi all i add it to the dev version.
will be in the next stable relase (after we add cck unlink support and staff like that...).
thanks again.
Comment #4
osopolarWhile renaming a settings variable you also should have added an update hook, which first copies the old variable to the new one and later unset the variable. Otherwise you will leave an unused variable and the user has to reconfigure the settings (without knowing that he has to).
Comment #5
perelman.yuval commentedyou are right
thanks.