mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 16:14:40 +00:00
(legacy) fix system_gateways_edit.php
This commit is contained in:
parent
688f657404
commit
30b63eeb65
@ -325,7 +325,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
|
||||
}
|
||||
// A result of obfuscating the list of gateways is that over here we need to map things back that should
|
||||
// be aligned with the configuration. Not going to fix this now.
|
||||
if (isset($id)) {
|
||||
if (isset($a_gateways[$id]['attribute']) && is_numeric($a_gateways[$id]['attribute']) ) {
|
||||
$realid = $a_gateways[$id]['attribute'];
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user