summaryrefslogtreecommitdiff
path: root/httemplate/elements/tr-select-part_pkg.html
diff options
context:
space:
mode:
authorivan <ivan>2009-11-03 03:13:46 +0000
committerivan <ivan>2009-11-03 03:13:46 +0000
commit29347e1d34d5468994af6e219f00582e525688ae (patch)
tree3bf794f471abd599168a831c88c42f6794e498c9 /httemplate/elements/tr-select-part_pkg.html
parentdae56fee4a158dc5becbcfb6bbb522c052bf4b13 (diff)
(start of) reconcile breakage from stale accounts, RT#6407
Diffstat (limited to 'httemplate/elements/tr-select-part_pkg.html')
-rw-r--r--httemplate/elements/tr-select-part_pkg.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/elements/tr-select-part_pkg.html b/httemplate/elements/tr-select-part_pkg.html
index db9afd2df..88653f465 100644
--- a/httemplate/elements/tr-select-part_pkg.html
+++ b/httemplate/elements/tr-select-part_pkg.html
@@ -1,7 +1,7 @@
% if ( $opt{'part_pkg'} && scalar(@{ $opt{'part_pkg'} }) == 0 ) {
% unless ( $opt{'js_only'} ) {
- <INPUT TYPE="hidden" NAME="<% $opt{'field'} || 'pkgpart' %>" VALUE="">
+ <INPUT TYPE="hidden" NAME="<% $opt{'element_name'} || $opt{'field'} || 'pkgpart' %>" VALUE="">
% }
%