mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-05 19:23:49 +00:00
Fix the syntax.
This commit is contained in:
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user