Add 'switch_' to the dialplan class filen name.

This commit is contained in:
Mark Crane
2012-06-06 01:34:11 +00:00
parent 3d2926eb0c
commit 6b6e7c327d
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ require_once "includes/header.php";
if ($_GET['a'] == "default" && permission_exists('dialplan_advanced_edit')) {
//create the dialplan/default.xml for single tenant or dialplan/domain.xml
require_once "includes/classes/dialplan.php";
require_once "includes/classes/switch_dialplan.php";
$dialplan = new dialplan;
$dialplan->domain_uuid = $_SESSION['domain_uuid'];
$dialplan->switch_dialplan_dir = $_SESSION['switch']['dialplan']['dir'];