mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Add app/dialplan/ to the dialplan class path.
This commit is contained in:
@@ -2466,7 +2466,7 @@ if (!function_exists('save_call_center_xml')) {
|
||||
global $db, $domain_uuid;
|
||||
|
||||
//include the classes
|
||||
include "resources/classes/dialplan.php";
|
||||
include "app/dialplan/resources/classes/dialplan.php";
|
||||
|
||||
$sql = "select * from v_call_center_queues ";
|
||||
$prep_statement = $db->prepare(check_sql($sql));
|
||||
|
||||
Reference in New Issue
Block a user