diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2014-04-09 13:25:58 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2014-04-09 13:25:58 -0700 |
| commit | f926513f6aa8cc228f62f8b1f582bb823c021cdc (patch) | |
| tree | 9d7d1225112db4e3767899b52fbb1ef772bd1e28 /httemplate/browse/pkg_class.html | |
| parent | c6c8d0ffa48f07b5c1b7df7981bc28322d47cf70 (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> |
