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/smarty3 | |
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/smarty3')
-rw-r--r-- | view/tpl/smarty3/settings_addons.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/smarty3/settings_addons.tpl b/view/tpl/smarty3/settings_addons.tpl index 52b71f1db..b8613bec6 100644 --- a/view/tpl/smarty3/settings_addons.tpl +++ b/view/tpl/smarty3/settings_addons.tpl @@ -6,7 +6,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}} |