mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-02-22 02:46:30 +00:00
Update destination_imports.php
This commit is contained in:
@@ -631,7 +631,7 @@
|
||||
$sql .= "where dialplan_uuid = :dialplan_uuid ";
|
||||
//echo "$sql<br />\n";
|
||||
$parameters['dialplan_uuid'] = $row['dialplan_uuid'];
|
||||
$database = dialplan_uuid database;
|
||||
$database = new database;
|
||||
$database->execute($sql, $parameters);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user