diff options
Diffstat (limited to 'httemplate/browse/pkg_class.html')
-rw-r--r-- | httemplate/browse/pkg_class.html | 2 |
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> |