diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2014-04-09 13:25:59 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2014-04-09 13:25:59 -0700 |
| commit | 65895c96ea6db776d88cfea784cd1f3d90645e72 (patch) | |
| tree | c66348c801d246ce01e859c6bbdfbcfd6f5ebb1d /httemplate/browse/pkg_class.html | |
| parent | d36faae4e6fe7d4dad126dbe9875ba43b05a5ba4 (diff) | |
installers, RT#16584
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> |
