summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--inbox_settings.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inbox_settings.php b/inbox_settings.php
index ce239ed..741e3af 100644
--- a/inbox_settings.php
+++ b/inbox_settings.php
@@ -139,7 +139,7 @@ class inbox_settings extends rcube_plugin {
. html::tag('fieldset', null,
html::tag('legend', null, rcube::Q($this->gettext('forwarding')))
. $forwarding_form->show(null)));
- $save_button = (new html_inputfield([
+ $save_button = (new html_button([
'type' => 'submit',
'name' => 'save',
'class' => 'button mainaction submit'