From f926513f6aa8cc228f62f8b1f582bb823c021cdc Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Wed, 9 Apr 2014 13:25:58 -0700 Subject: installers, RT#16584 --- httemplate/browse/pkg_class.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'httemplate/browse/pkg_class.html') 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' ] } -- cgit v1.2.1