From 52d2255c02343a881c8ff8142f2310e80d79bd1a Mon Sep 17 00:00:00 2001 From: ivan Date: Fri, 9 Dec 2011 23:22:30 +0000 Subject: [PATCH] fix acl for broadband config --- httemplate/elements/menu.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, '' ] -- 2.11.0