From eb699d4bbee8964f1e4bc08b1bbeb40deefc4671 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Sat, 19 Jan 2013 19:51:16 +0000 Subject: [PATCH] Remove the commented line. --- app/voicemails/app_config.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/voicemails/app_config.php b/app/voicemails/app_config.php index 393bb5ab08..5476e5cada 100644 --- a/app/voicemails/app_config.php +++ b/app/voicemails/app_config.php @@ -24,7 +24,6 @@ $apps[$x]['permissions'][$y]['name'] = 'voicemail_view'; $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; $apps[$x]['permissions'][$y]['groups'][] = 'admin'; - //$apps[$x]['permissions'][$y]['groups'][] = 'user'; $y++; $apps[$x]['permissions'][$y]['name'] = 'voicemail_add'; $apps[$x]['permissions'][$y]['groups'][] = 'superadmin';