summaryrefslogtreecommitdiff
path: root/httemplate/browse/pkg_class.html
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2014-04-09 13:25:59 -0700
committerIvan Kohler <ivan@freeside.biz>2014-04-09 13:25:59 -0700
commit65895c96ea6db776d88cfea784cd1f3d90645e72 (patch)
treec66348c801d246ce01e859c6bbdfbcfd6f5ebb1d /httemplate/browse/pkg_class.html
parentd36faae4e6fe7d4dad126dbe9875ba43b05a5ba4 (diff)
installers, RT#16584
Diffstat (limited to 'httemplate/browse/pkg_class.html')
-rw-r--r--httemplate/browse/pkg_class.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/browse/pkg_class.html b/httemplate/browse/pkg_class.html
index f3e236496..2aa2857a5 100644
--- a/httemplate/browse/pkg_class.html
+++ b/httemplate/browse/pkg_class.html
@@ -48,7 +48,7 @@ $sth->execute
if ($sth->fetchrow_arrayref->[0]) {
push @$header, 'Category';
push @$fields, 'categoryname';
- push @$links, $link;
+ push @$links, [ $p.'edit/pkg_category.html?', 'categorynum' ]
}
</%init>