diff options
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 d7fdc4b..ca806e0 100644 --- a/inbox_settings.php +++ b/inbox_settings.php @@ -238,7 +238,7 @@ class inbox_settings extends rcube_plugin { $this->rcmail->output->command( 'display_message', $this->gettext('keys_imported'), 'notice'); - return isset($_POST['refresh']) ? boolval($_POST['refresh']) : true; + return !isset($_POST['no_refresh']); } function render_import_ui() { |
