From 9cd2c50b585f9cf19fad29e225eba440fce787bf Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Sat, 10 May 2014 21:42:35 +0000 Subject: [PATCH] Fix a syntax error on the dialplan class --- app/dialplan/resources/classes/dialplan.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/dialplan/resources/classes/dialplan.php b/app/dialplan/resources/classes/dialplan.php index 47f466b9d0..7be3d114bc 100644 --- a/app/dialplan/resources/classes/dialplan.php +++ b/app/dialplan/resources/classes/dialplan.php @@ -189,7 +189,7 @@ include "root.php"; $src_dir = $_SERVER["DOCUMENT_ROOT"].PROJECT_PATH."/resources/templates/conf"; } //get the contents of the dialplan/default.xml - $file_default_path = $src_dir."/dialplan/default.xml'; + $file_default_path = $src_dir.'/dialplan/default.xml'; $file_default_contents = file_get_contents($file_default_path); //prepare the file contents and the path if (count($_SESSION['domains']) < 2) {