diff options
| author | Carson Fleming <[email protected]> | 2024-12-30 21:40:51 -0800 |
|---|---|---|
| committer | Carson Fleming <[email protected]> | 2024-12-30 21:40:51 -0800 |
| commit | d4e836de4ca0e483991d6a7d046532ffe5c1b554 (patch) | |
| tree | 13640fa4a08b745f8cef9a870a0b3fec78700b78 /inbox_settings.php | |
| parent | 3e7326f6216094ca81ba263ab6c423e6ffd456bd (diff) | |
| download | rc-inbox-settings-d4e836de4ca0e483991d6a7d046532ffe5c1b554.tar.gz | |
more nits
Diffstat (limited to 'inbox_settings.php')
| -rw-r--r-- | inbox_settings.php | 2 |
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() { |
