From 8266adf959554c86f26f0dbfed616ff8928b776d Mon Sep 17 00:00:00 2001 From: Carson Fleming Date: Thu, 12 Feb 2026 22:09:03 -0500 Subject: what happens when you write code after midnight --- inbox_settings.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'inbox_settings.php') 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']); -- cgit v1.2.3