Update app_defaults.php

This commit is contained in:
FusionPBX 2017-11-17 13:39:37 -07:00 committed by GitHub
parent 077f2adf53
commit eb095469cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ if ($domains_processed == 1) {
foreach ($vendor['functions'] as $function) {
//get the id
$device_vendor_function_uuid = uuid();
//add the device vendor funtction
//add the device vendor function
$sql = "insert into v_device_vendor_functions ";
$sql .= "(";
$sql .= "device_vendor_uuid, ";