Update device_edit.php

This commit is contained in:
FusionPBX 2016-12-06 11:25:08 -07:00 committed by GitHub
parent b4f1ff0297
commit 33e51a811c
1 changed files with 3 additions and 1 deletions

View File

@ -316,7 +316,9 @@
//write the provision files //write the provision files
if (strlen($_SESSION['provision']['path']['text']) > 0) { if (strlen($_SESSION['provision']['path']['text']) > 0) {
require_once "app/provision/provision_write.php"; $prov = new provision;
$prov->domain_uuid = $domain_uuid;
$response = $prov->write();
} }
//set the message //set the message