Update app_defaults.php

This commit is contained in:
FusionPBX 2019-07-26 00:18:10 -06:00 committed by GitHub
parent 7933e944fc
commit 0a46263b94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -88,6 +88,7 @@ if ($domains_processed == 1) {
default:
$array['groups'][$x]['group_level'] = 10;
}
$x++;
}
$database = new database;
$database->app_name = 'groups';