Fix the syntax.

This commit is contained in:
markjcrane 2016-07-01 13:05:54 -06:00
parent 4f30eb3d9b
commit d5b053ba74
1 changed files with 1 additions and 1 deletions

View File

@ -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()) {