From f26edb8fce15155a490ae239c695192dba47bc6c Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sat, 3 Feb 2018 19:01:48 -0700 Subject: [PATCH] Update device_edit.php --- app/devices/device_edit.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/devices/device_edit.php b/app/devices/device_edit.php index 9e573bb271..c442a97980 100644 --- a/app/devices/device_edit.php +++ b/app/devices/device_edit.php @@ -762,7 +762,7 @@ if (permission_exists('device_line_register_expires')) { echo " ".$text['label-register_expires']."\n"; } - if (permission_exists('device_shared_line')) { + if (permission_exists('device_line_shared')) { echo " ".$text['label-shared_line']."\n"; } echo " ".$text['label-enabled']."\n"; @@ -905,7 +905,7 @@ echo " \n"; } - if (permission_exists('device_shared_line')) { + if (permission_exists('device_line_shared')) { echo " \n"; echo " \n"; echo " \n";