Update domain_settings.php

This commit is contained in:
FusionPBX 2018-03-25 23:10:33 -06:00 committed by GitHub
parent 99de39eb88
commit 542a72726e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -39,7 +39,7 @@
//toggle enabled
if (sizeof($_REQUEST) > 1) {
//get the variables
$action = check_str($_REQUEST["action"]);
$domain_uuid = check_str($_REQUEST["domain_id"]);
$domain_setting_uuids = $_REQUEST["id"];