Database save method set to false. (#6215)

* When database save set to false for app_defaults.php
This commit is contained in:
FusionPBX
2021-12-24 12:42:16 -07:00
committed by GitHub
parent 5c4da3262e
commit 67be72b452
19 changed files with 41 additions and 41 deletions

View File

@@ -17,7 +17,7 @@
The Initial Developer of the Original Code is
Mark J Crane <markjcrane@fusionpbx.com>
Portions created by the Initial Developer are Copyright (C) 2016
Portions created by the Initial Developer are Copyright (C) 2016 - 2021
the Initial Developer. All Rights Reserved.
Contributor(s):
@@ -72,7 +72,7 @@
$database = new database;
$database->app_name = 'conference_profiles';
$database->app_uuid = 'c33e2c2a-847f-44c1-8c0d-310df5d65ba9';
$database->save($array);
$database->save($array, false);
unset($array);
$p->delete('conference_profile_add', 'temp');
@@ -99,7 +99,7 @@
$database = new database;
$database->app_name = 'conference_profiles';
$database->app_uuid = 'c33e2c2a-847f-44c1-8c0d-310df5d65ba9';
$database->save($array);
$database->save($array, false);
unset($array);
$p->delete('conference_profile_param_add', 'temp');