Update app_defaults.php

This commit is contained in:
FusionPBX 2021-12-24 12:36:18 -07:00 committed by GitHub
parent 44c6ee2be2
commit 9f49748d27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ if ($domains_processed == 1) {
$database = new database;
$database->app_name = 'dashboard';
$database->app_uuid = '55533bef-4f04-434a-92af-999c1e9927f7';
$database->save($array);
$database->save($array, false);
//$result = $database->message;
//view_array($result);
}