Update app_defaults.php

This commit is contained in:
FusionPBX 2019-10-28 16:34:45 -06:00 committed by GitHub
parent fc5e32dc19
commit c232710427
1 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@
if ($domains_processed == 1) {
//create the user view combines username, organization, contact first and last name
//create a view for call block
$database = new database;
$database->execute("DROP VIEW view_call_block;", null);
$sql = "CREATE VIEW view_call_block AS ( \n";