From fd8dbce64c20f707fc1723c8c3a08cb7b8655be2 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Thu, 9 Oct 2025 16:57:32 -0600 Subject: [PATCH] Update user_profile.php --- core/users/user_profile.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/core/users/user_profile.php b/core/users/user_profile.php index 87c75b588b..9e7955b743 100644 --- a/core/users/user_profile.php +++ b/core/users/user_profile.php @@ -194,9 +194,6 @@ $array_delete['contact_attachments'][0]['contact_uuid'] = $_SESSION['user']['contact_uuid']; $array_delete['contact_attachments'][0]['domain_uuid'] = $domain_uuid; $array_delete['contact_attachments'][0]['contact_attachment_uuid'] = $contact_attachment_uuid; - $database = new database; - $database->app_name = 'contacts'; - $database->app_uuid = '04481e0e-a478-c559-adad-52bd4174574c'; $database->delete($array_delete); unset($array_delete); @@ -945,4 +942,4 @@ //include the footer require_once "resources/footer.php"; -?> \ No newline at end of file +?>