From 4431b99fc5383b9457c538345c2eb29c5a41f98c Mon Sep 17 00:00:00 2001 From: markjcrane Date: Wed, 6 Apr 2016 00:33:52 -0600 Subject: [PATCH] Fix the contact group delete button. --- app/contacts/contact_edit.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/contacts/contact_edit.php b/app/contacts/contact_edit.php index c4417863ec..d6499a5f19 100644 --- a/app/contacts/contact_edit.php +++ b/app/contacts/contact_edit.php @@ -235,7 +235,6 @@ else { //handle redirect if ($_POST['submit'] == $text['button-add']) { - $group_uuid = $_POST['group_uuid']; $location = "contact_edit.php?id=".$contact_uuid; } @@ -672,7 +671,7 @@ else { echo " ".$field['group_name']."\n"; echo " \n"; if (permission_exists('contact_group_delete') || if_group("superadmin")) { - echo " $v_link_label_delete\n"; + echo " $v_link_label_delete\n"; } echo " \n"; echo "\n";