Update app_defaults.php

This commit is contained in:
FusionPBX 2021-12-24 12:39:14 -07:00 committed by GitHub
parent f56132e1a6
commit f6748d8f13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ if ($domains_processed == 1) {
$database = new database;
$database->app_name = 'groups';
$database->app_uuid = '2caf27b0-540a-43d5-bb9b-c9871a1e4f84';
$database->save($array);
$database->save($array, false);
unset($array);
}