mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +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:
@@ -115,8 +115,6 @@ if (!empty($_POST) && empty($_POST["persistformvar"])) {
|
||||
$array['pin_numbers'][0]['enabled'] = $enabled;
|
||||
$array['pin_numbers'][0]['description'] = $description;
|
||||
//save data
|
||||
$database->app_name = 'pin_numbers';
|
||||
$database->app_uuid = '4b88ccfb-cb98-40e1-a5e5-33389e14a388';
|
||||
$database->save($array);
|
||||
unset($array);
|
||||
//redirect
|
||||
|
||||
Reference in New Issue
Block a user