Update app_defaults.php

This commit is contained in:
FusionPBX 2019-07-25 10:52:49 -06:00 committed by GitHub
parent e2cb93a27b
commit b132034a85
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