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
+2 -2
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) 2019
Portions created by the Initial Developer are Copyright (C) 2019 - 2021
the Initial Developer. All Rights Reserved.
Contributor(s):
@@ -59,7 +59,7 @@ if ($domains_processed == 1) {
$database = new database;
$database->app_name = 'ivr_menus';
$database->app_uuid = 'a5788e9b-58bc-bd1b-df59-fff5d51253ab';
$database->save($array);
$database->save($array, false);
unset($array);
$p->delete('ivr_menu_edit', 'temp');