Update var_edit.php

This commit is contained in:
FusionPBX 2019-08-17 22:17:07 -06:00 committed by GitHub
parent 86f1ff0a6b
commit 9be09feba8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@
$text = $language->get(); $text = $language->get();
//set the action as an add or an update //set the action as an add or an update
if (is_uuid($_REQUEST["id"]) { if (is_uuid($_REQUEST["id"])) {
$action = "update"; $action = "update";
$var_uuid = $_REQUEST["id"]; $var_uuid = $_REQUEST["id"];
} }