From b0a0a029abcea4196599b72bc4a78311a6123169 Mon Sep 17 00:00:00 2001 From: Nate Date: Mon, 2 Dec 2019 14:41:07 -0700 Subject: [PATCH] SIP Profiles: Fix copy button. --- app/sip_profiles/sip_profile_edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/sip_profiles/sip_profile_edit.php b/app/sip_profiles/sip_profile_edit.php index 0870dd72bc..ecc5f8edea 100644 --- a/app/sip_profiles/sip_profile_edit.php +++ b/app/sip_profiles/sip_profile_edit.php @@ -270,7 +270,7 @@ echo "".$text['title-sip_profile']."

\n"; echo "\n"; echo " "; - if ($action == 'edit' && ( + if ($action == 'update' && ( permission_exists('dialplan_add') || permission_exists('inbound_route_add') || permission_exists('outbound_route_add')