This commit is contained in:
Peter Jones 2025-08-25 16:14:18 +00:00 committed by GitHub
commit ce89763301
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -185,7 +185,7 @@ class Administration extends SugarBean
// outbound email settings
$oe = new OutboundEmail();
foreach ($_GET as $key => $val) {
foreach ($_REQUEST as $key => $val) {
$prefix = $this->get_config_prefix($key);
if (in_array($prefix[0], $this->config_categories)) {
if (is_array($val)) {