Gateway - Edit: Updates for PHP 8.1
This commit is contained in:
parent
662d6e71de
commit
ca6ecc8548
|
|
@ -162,7 +162,7 @@
|
|||
}
|
||||
|
||||
//add or update the database
|
||||
if ($_POST["persistformvar"] != "true") {
|
||||
if (empty($_POST["persistformvar"]) || $_POST["persistformvar"] != "true") {
|
||||
|
||||
//build the gateway array
|
||||
$x = 0;
|
||||
|
|
|
|||
Loading…
Reference in New Issue