From: ivan Date: Fri, 9 Dec 2011 23:22:30 +0000 (+0000) Subject: fix acl for broadband config X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=52d2255c02343a881c8ff8142f2310e80d79bd1a fix acl for broadband config --- diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html index 2a31f24e5..b3ee31182 100644 --- a/httemplate/elements/menu.html +++ b/httemplate/elements/menu.html @@ -452,7 +452,7 @@ if ( $curuser->access_right('Configuration') ) { $config_export_svc{'Dialup'} = [ \%config_dialup, '' ] if $curuser->access_right('Dialup configuration'); $config_export_svc{'Broadband'} = [ \%config_broadband, '' ] - if $curuser->access_right('Wireless broadband configuration'); + if $curuser->access_right('Broadband configuration'); $config_export_svc{'Phone'} = [ \%config_phone, '' ] if $curuser->access_right('Configuration'); $config_export_svc{'RADIUS'} = [ \%config_radius, '' ]