summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarson Fleming <[email protected]>2024-12-30 21:40:51 -0800
committerCarson Fleming <[email protected]>2024-12-30 21:40:51 -0800
commitd4e836de4ca0e483991d6a7d046532ffe5c1b554 (patch)
tree13640fa4a08b745f8cef9a870a0b3fec78700b78
parent3e7326f6216094ca81ba263ab6c423e6ffd456bd (diff)
downloadrc-inbox-settings-d4e836de4ca0e483991d6a7d046532ffe5c1b554.tar.gz
more nits
-rw-r--r--inbox_settings.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inbox_settings.php b/inbox_settings.php
index 08b077d..c6e254c 100644
--- a/inbox_settings.php
+++ b/inbox_settings.php
@@ -184,7 +184,7 @@ class inbox_settings extends rcube_plugin {
function render_generate_ui() {
$this->rcmail->output->add_handler('plugin.body', [$this, 'render_generate_form']);
$this->rcmail->output->set_pagetitle($this->gettext('keygen'));
- $this->rcmail->output->send('inbox_settings.key_import');
+ $this->rcmail->output->send('plugin');
}
function render_generate_form() {