Update app_defaults.php

This commit is contained in:
FusionPBX
2025-10-08 16:07:50 -06:00
committed by GitHub
parent 72ee1a91cf
commit 3ec8053909

View File

@@ -151,6 +151,7 @@ if ($domains_processed == 1) {
$sql .= " or default_setting_subcategory like 'flyingvoice_%' ";
$sql .= " ) ";
$sql .= "); ";
$database->execute($sql);
}