mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43: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:
@@ -140,7 +140,7 @@
|
||||
$database = new database;
|
||||
$database->app_name = 'dialplans';
|
||||
$database->app_uuid = '742714e5-8cdf-32fd-462c-cbe7e3d655db';
|
||||
$database->save($array);
|
||||
$database->save($array, false);
|
||||
unset($array);
|
||||
|
||||
$p->delete('dialplan_add', 'temp');
|
||||
|
||||
Reference in New Issue
Block a user