Gateway - Edit: Updates for PHP 8.1

This commit is contained in:
fusionate
2023-05-17 21:01:43 +00:00
parent 662d6e71de
commit ca6ecc8548

View File

@@ -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;