From 84b31a9e8621995446874ce19a54ccef57b57e7e Mon Sep 17 00:00:00 2001 From: Richard Neese Date: Mon, 17 Feb 2014 14:44:07 +0000 Subject: [PATCH] fixes user portal so folow-me and call forward works for users --- core/user_settings/user_dashboard.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/core/user_settings/user_dashboard.php b/core/user_settings/user_dashboard.php index 45465f0a2d..e65f87a751 100644 --- a/core/user_settings/user_dashboard.php +++ b/core/user_settings/user_dashboard.php @@ -99,18 +99,14 @@ //call forward, follow me and dnd if (file_exists($_SERVER["DOCUMENT_ROOT"].PROJECT_PATH."/app/calls/calls.php")) { - if (permission_exists('follow_me') || permission_exists('call_forward') || permission_exists('do_not_disturb')) { $is_included = "true"; require_once "app/calls/calls.php"; - } } //ring group forward if (file_exists($_SERVER["DOCUMENT_ROOT"].PROJECT_PATH."/app/ring_groups/ring_group_forward.php")) { - if (permission_exists('ring_group_forward')) { //ring_group_forward $is_included = "true"; require_once "app/ring_groups/ring_group_forward.php"; - } } //show the footer