diff options
author | ivan <ivan> | 2011-04-14 17:36:14 +0000 |
---|---|---|
committer | ivan <ivan> | 2011-04-14 17:36:14 +0000 |
commit | 933bc89d0924f1c47eba58810a2d184ebde3c971 (patch) | |
tree | ee3435e60a3d5fdd6fbd26e506a71356b294b426 /httemplate/view | |
parent | 5520f6ba588977ad69083a8d34309e9e97e6ec88 (diff) |
fix svc_broadband view RT#12449
Diffstat (limited to 'httemplate/view')
-rw-r--r-- | httemplate/view/svc_broadband.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/view/svc_broadband.cgi b/httemplate/view/svc_broadband.cgi index dcd1cde8f..dead70b7f 100644 --- a/httemplate/view/svc_broadband.cgi +++ b/httemplate/view/svc_broadband.cgi @@ -10,7 +10,7 @@ <% include('/elements/init_overlib.html') %> -<% include('/view/elements/svc_edit_link.html', $svc_broadband) %> +<% include('/view/elements/svc_edit_link.html', 'svc'=>$svc_broadband) %> <BR> <%ntable("#cccccc")%> <TR> |