Mercurial > hg > rc2
diff program/lib/Roundcube/rcube_config.php @ 12:5039cc34571f
some old, mostly new 7.3->8.4 changes needed
| author | Charlie Root |
|---|---|
| date | Thu, 28 Aug 2025 10:37:42 -0400 |
| parents | 4681f974d28b |
| children | b6a96bdd6b29 |
line wrap: on
line diff
--- a/program/lib/Roundcube/rcube_config.php Sun Jan 26 13:09:03 2025 -0500 +++ b/program/lib/Roundcube/rcube_config.php Thu Aug 28 10:37:42 2025 -0400 @@ -322,7 +322,7 @@ $success = true; } // deprecated name of config variable - if (is_array($rcmail_config)) { + if (isset($rcmail_config) && is_array($rcmail_config)) { $this->merge($rcmail_config); $success = true; }
