Update provision.php

This commit is contained in:
FusionPBX 2017-11-17 14:30:26 -07:00 committed by GitHub
parent 20292017cc
commit f169fc9704
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -937,7 +937,7 @@ include "root.php";
}
//get the provisioning information from device keys
if (strlen($device_uuid) > 0) {
if (isset($device_uuid)) {
//get the device keys array
$sql = "SELECT * FROM v_device_keys ";