summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarson Fleming <[email protected]>2024-11-25 22:41:46 -0800
committerCarson Fleming <[email protected]>2024-11-25 22:41:46 -0800
commit90441bf36a9763e0b123b325abfe27d9b72bbbf8 (patch)
tree81c7349b90d597a2638acff3617ff7a4573496b9
parente23bbe642399705b9454c7cf3082249bd41b3d7e (diff)
downloadrc-inbox-settings-90441bf36a9763e0b123b325abfe27d9b72bbbf8.tar.gz
fix save button in settings thing
-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'