mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Add a missing semi-colon.
This commit is contained in:
@@ -241,7 +241,7 @@ include "root.php";
|
||||
$dialplan_domain = 'global';
|
||||
}
|
||||
else {
|
||||
$dialplan_domain = $row['domain_uuid']
|
||||
$dialplan_domain = $row['domain_uuid'];
|
||||
}
|
||||
$_SESSION['app_uuid'][$dialplan_domain][$row['app_uuid']] = $row['dialplan_uuid'];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user