diff options
| author | Carson Fleming <[email protected]> | 2024-12-30 02:48:25 -0800 |
|---|---|---|
| committer | Carson Fleming <[email protected]> | 2024-12-30 02:48:25 -0800 |
| commit | 86db941816acdd409959a7e91a5534346d02491c (patch) | |
| tree | 3f69314fdee92865a2832d3c65bb1aa26a705127 /inbox_settings.php | |
| parent | 90441bf36a9763e0b123b325abfe27d9b72bbbf8 (diff) | |
| download | rc-inbox-settings-86db941816acdd409959a7e91a5534346d02491c.tar.gz | |
add empty skin for keys
Diffstat (limited to 'inbox_settings.php')
| -rw-r--r-- | inbox_settings.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inbox_settings.php b/inbox_settings.php index 741e3af..c0bd415 100644 --- a/inbox_settings.php +++ b/inbox_settings.php @@ -79,9 +79,9 @@ class inbox_settings extends rcube_plugin { } function render_keys_ui() { - $this->register_handler('plugin.body', [$this, 'render_keys_form']); + //$this->register_handler('plugin.body', [$this, 'render_keys_form']); $this->rcmail->output->set_pagetitle($this->gettext('inbox_keys')); - $this->rcmail->output->send('plugin'); + $this->rcmail->output->send('inbox_settings.keys'); } function render_keys_form() {} |
