Update app_defaults.php

This commit is contained in:
FusionPBX
2021-12-24 12:44:49 -07:00
committed by GitHub
parent 7ef28525c8
commit 0e5558522e

View File

@@ -43,7 +43,7 @@ if ($domains_processed == 1) {
$database = new database;
$database->app_name = 'notifications';
$database->app_uuid = 'e746fbcb-f67f-4e0e-ab64-c414c01fac11';
$database->save($array);
$database->save($array, false);
unset($array);
//revoke temporary permissions
$p->delete('notification_add', 'temp');
@@ -53,4 +53,4 @@ if ($domains_processed == 1) {
}
?>
?>