mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 09:03:49 +00:00
Update app_defaults.php
This commit is contained in:
@@ -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) {
|
||||
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user