Update var_edit.php

This commit is contained in:
FusionPBX
2019-08-17 22:17:07 -06:00
committed by GitHub
parent 159c7be75f
commit 2e894e2555

View File

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