mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Gateway - Edit: Updates for PHP 8.1
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user