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:
@@ -188,8 +188,6 @@ if ($domains_processed == 1) {
|
||||
//exit;
|
||||
//save the data
|
||||
if (!empty($array)) {
|
||||
$database->app_name = 'dashboard';
|
||||
$database->app_uuid = '55533bef-4f04-434a-92af-999c1e9927f7';
|
||||
$database->save($array, false);
|
||||
}
|
||||
unset($array);
|
||||
@@ -288,11 +286,8 @@ if ($domains_processed == 1) {
|
||||
|
||||
//save the data
|
||||
if (!empty($array)) {
|
||||
$database->app_name = 'dashboard';
|
||||
$database->app_uuid = '55533bef-4f04-434a-92af-999c1e9927f7';
|
||||
$database->save($array, false);
|
||||
//$result = $database->message;
|
||||
//view_array($result);
|
||||
}
|
||||
|
||||
//delete the temporary permissions
|
||||
|
||||
Reference in New Issue
Block a user