From 059aea351e84e96c2daed3ad2330baef8cf05f66 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sat, 13 May 2023 20:50:06 -0600 Subject: [PATCH] Update gateway_edit.php for PHP 8.1 --- app/gateways/gateway_edit.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/gateways/gateway_edit.php b/app/gateways/gateway_edit.php index de4cf857a7..92ac5d4ef4 100644 --- a/app/gateways/gateway_edit.php +++ b/app/gateways/gateway_edit.php @@ -318,6 +318,7 @@ unset($sql); //set defaults + if (empty($gateway_uuid)) { $gateway_uuid = ""; } if (empty($enabled)) { $enabled = "true"; } if (empty($register)) { $register = "true"; } if (empty($retry_seconds)) { $retry_seconds = "30"; }