mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 09:03:49 +00:00
Remove database app_name and app_uuid (#7562)
- Remove database app_name, app_uuid - This is handled automatically by the database class - Remove redundant database::new()
This commit is contained in:
@@ -60,10 +60,9 @@
|
||||
//set new status
|
||||
$array['default_settings'][0]['default_setting_uuid'] = $default_setting_uuid;
|
||||
$array['default_settings'][0]['default_setting_enabled'] = $new_status;
|
||||
$database->app_name = 'default_settings';
|
||||
$database->app_uuid = '2c2453c0-1bea-4475-9f44-4d969650de09';
|
||||
|
||||
$database->save($array);
|
||||
$message = $database->message;
|
||||
//$message = $database->message;
|
||||
unset($array);
|
||||
|
||||
//increment toggle total
|
||||
|
||||
Reference in New Issue
Block a user