Remove the v_ from the links in call broadcast.

This commit is contained in:
Mark Crane
2012-11-24 00:24:54 +00:00
parent dd4828ed0f
commit cada64d125
4 changed files with 12 additions and 13 deletions
+1 -1
View File
@@ -34,7 +34,7 @@
$apps[$x]['menu'][0]['category'] = 'internal';
$apps[$x]['menu'][0]['groups'][] = 'admin';
$apps[$x]['menu'][0]['groups'][] = 'superadmin';
$apps[$x]['menu'][0]['path'] = '/app/call_broadcast/v_call_broadcast.php';
$apps[$x]['menu'][0]['path'] = '/app/call_broadcast/call_broadcast.php';
//permission details
$apps[$x]['permissions'][0]['name'] = 'call_broadcast_view';