diff options
| author | Carson Fleming <[email protected]> | 2024-12-31 15:48:14 -0800 |
|---|---|---|
| committer | Carson Fleming <[email protected]> | 2024-12-31 15:48:14 -0800 |
| commit | 9ed8e94a2316d525f3aadd9c6f12c4bebdb2a1a5 (patch) | |
| tree | 2b6e697dde69f1fbc046eef191f8bf9b3cce814a /inbox_settings.php | |
| parent | d4e836de4ca0e483991d6a7d046532ffe5c1b554 (diff) | |
| download | rc-inbox-settings-9ed8e94a2316d525f3aadd9c6f12c4bebdb2a1a5.tar.gz | |
oops that was a bug
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 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'; |
