From 9be09feba8bc4fa7dd031527f3ef52fc15b9dc65 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sat, 17 Aug 2019 22:17:07 -0600 Subject: [PATCH] Update var_edit.php --- app/vars/var_edit.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/vars/var_edit.php b/app/vars/var_edit.php index bdf5a247e9..5e3a8a4641 100644 --- a/app/vars/var_edit.php +++ b/app/vars/var_edit.php @@ -43,7 +43,7 @@ $text = $language->get(); //set the action as an add or an update - if (is_uuid($_REQUEST["id"]) { + if (is_uuid($_REQUEST["id"])) { $action = "update"; $var_uuid = $_REQUEST["id"]; } @@ -412,4 +412,4 @@ //include header require_once "resources/footer.php"; -?> \ No newline at end of file +?>