mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-03 10:23:50 +00:00
Add a missing ).
This commit is contained in:
@@ -228,7 +228,7 @@ include "root.php";
|
||||
}
|
||||
|
||||
private function app_uuid_exists() {
|
||||
if (!isset($_SESSION['app_uuid'][$this->domain_uuid]) {
|
||||
if (!isset($_SESSION['app_uuid'][$this->domain_uuid])) {
|
||||
$sql = "select domain_uuid from v_dialplans ";
|
||||
$sql .= "where (domain_uuid = '".$this->domain_uuid."' or domain_uuid is null) ";
|
||||
//$sql .= "and app_uuid = '".$this->app_uuid."' ";
|
||||
|
||||
Reference in New Issue
Block a user