summaryrefslogtreecommitdiff
path: root/inbox_settings.php
diff options
context:
space:
mode:
authorCarson Fleming <[email protected]>2024-12-31 15:48:14 -0800
committerCarson Fleming <[email protected]>2024-12-31 15:48:14 -0800
commit9ed8e94a2316d525f3aadd9c6f12c4bebdb2a1a5 (patch)
tree2b6e697dde69f1fbc046eef191f8bf9b3cce814a /inbox_settings.php
parentd4e836de4ca0e483991d6a7d046532ffe5c1b554 (diff)
downloadrc-inbox-settings-9ed8e94a2316d525f3aadd9c6f12c4bebdb2a1a5.tar.gz
oops that was a bug
Diffstat (limited to 'inbox_settings.php')
-rw-r--r--inbox_settings.php2
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';