diff options
| author | Carson Fleming <[email protected]> | 2026-02-12 22:09:03 -0500 |
|---|---|---|
| committer | Carson Fleming <[email protected]> | 2026-02-12 22:09:03 -0500 |
| commit | 8266adf959554c86f26f0dbfed616ff8928b776d (patch) | |
| tree | add3599bc692521fa9c5a96dbd25fea8a6d49739 | |
| parent | e35236458ae7c603eafb2be81b24c50e4953d166 (diff) | |
| download | rc-inbox-settings-8266adf959554c86f26f0dbfed616ff8928b776d.tar.gz | |
| -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 2cb0c7a..f04e43c 100644 --- a/inbox_settings.php +++ b/inbox_settings.php @@ -154,8 +154,8 @@ class inbox_settings extends rcube_plugin { ['title' => $this->gettext('fwd_addr')])); } - $storage_addrs = $this->run_query('stored_addresses'); - if (!is_array($storage_addrs)) + $stored_addrs = $this->run_query('stored_addresses'); + if (!is_array($stored_addrs)) $stored_addrs = []; $storage_form = new html_table(['cols' => 2, 'class' => 'propform']); |
