mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-08-29 08:17:18 +08:00
Merge 6dc7df087f
into 3e06d0f16a
This commit is contained in:
commit
ce89763301
1 changed files with 1 additions and 1 deletions
|
@ -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)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue