From d5b053ba74abbaa1814d4d36209dc3bf867a7af0 Mon Sep 17 00:00:00 2001 From: markjcrane Date: Fri, 1 Jul 2016 13:05:54 -0600 Subject: [PATCH] Fix the syntax. --- 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 0302f2307f..f46145ea91 100644 --- a/app/dialplan/resources/classes/dialplan.php +++ b/app/dialplan/resources/classes/dialplan.php @@ -305,7 +305,7 @@ include "root.php"; //check if the dialplan app uuid exists foreach ($_SESSION['domains'] as $row) { //get the domain_uuid - $this->domain_uuid $row['domain_uuid']; + $this->domain_uuid = $row['domain_uuid']; //check if the dialplan exists if (!$this->app_uuid_exists()) {