diff options
| -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 c6e254c..d89cf7e 100644 --- a/inbox_settings.php +++ b/inbox_settings.php @@ -46,7 +46,7 @@ class inbox_settings extends rcube_plugin { } private function save_settings() { - if (empty($_POST['save'])) + if (!isset($_POST['save'])) return; $encrypt_inbox = isset($_POST['encrypt_inbox']) ? '1' : '0'; |
