diff options
author | friendica <info@friendica.com> | 2013-01-31 20:39:14 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-01-31 20:39:14 -0800 |
commit | 154ed4151a3f0394e6bdefb8650b5908ec916f62 (patch) | |
tree | 22e53e89bc92dcc0a44e12b8efcab2fbf58623b5 /view/tpl/settings_addons.tpl | |
parent | 24565182a446924e7000fd2110e4cee9a5dcde50 (diff) | |
download | volse-hubzilla-154ed4151a3f0394e6bdefb8650b5908ec916f62.tar.gz volse-hubzilla-154ed4151a3f0394e6bdefb8650b5908ec916f62.tar.bz2 volse-hubzilla-154ed4151a3f0394e6bdefb8650b5908ec916f62.zip |
plugin_settings are now feature_settings
Diffstat (limited to 'view/tpl/settings_addons.tpl')
-rw-r--r-- | view/tpl/settings_addons.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/settings_addons.tpl b/view/tpl/settings_addons.tpl index 84171dc8d..9a4f95341 100644 --- a/view/tpl/settings_addons.tpl +++ b/view/tpl/settings_addons.tpl @@ -1,7 +1,7 @@ <h1>$title</h1> -<form action="settings/addon" method="post" autocomplete="off"> +<form action="settings/featured" method="post" autocomplete="off"> <input type='hidden' name='form_security_token' value='$form_security_token'> $settings_addons |