mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Remove redundant database instances (#7535)
This commit is contained in:
@@ -52,7 +52,6 @@
|
||||
|
||||
//delete the data
|
||||
$array['email_queue'][]['email_queue_uuid'] = $id;
|
||||
$database = new database;
|
||||
$database->delete($array);
|
||||
unset($array);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user