Update app_defaults.php

This commit is contained in:
FusionPBX 2019-07-25 10:52:49 -06:00 committed by GitHub
parent f2920e549e
commit bcae8923d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
<?php
]<?php
/*
FusionPBX
Version: MPL 1.1
@ -43,7 +43,7 @@ if ($domains_processed == 1) {
$sql .= "where group_name = :group_name ";
$parameters['group_name'] = $row['group_name'];
$database = new database;
$group_uuid = $database->select($sql, null, 'column');
$group_uuid = $database->select($sql, $parameters, 'column');
unset($sql, $parameters);
//set the group_uuid