mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Database save method set to false. (#6215)
* When database save set to false for app_defaults.php
This commit is contained in:
@@ -100,7 +100,7 @@ if ($domains_processed == 1) {
|
||||
$database = new database;
|
||||
$database->app_name = 'app_name';
|
||||
$database->app_uuid = 'app_uuid';
|
||||
$database->save($array);
|
||||
$database->save($array, false);
|
||||
unset($array);
|
||||
|
||||
$p->add('music_on_hold_delete', 'temp');
|
||||
|
||||
Reference in New Issue
Block a user