summaryrefslogtreecommitdiff
path: root/httemplate/edit/process/elements/process.html
diff options
context:
space:
mode:
authorjeff <jeff>2007-01-24 05:33:37 +0000
committerjeff <jeff>2007-01-24 05:33:37 +0000
commit43d3389061e5c2a428230792b67d42bbf6549a86 (patch)
tree0ba55981259a637407e6b57d54cd3f0dd3a85526 /httemplate/edit/process/elements/process.html
parent56be01c046fe4aad7f9a9aacc41b509483cc05f1 (diff)
squarely between shame in you and so close
Diffstat (limited to 'httemplate/edit/process/elements/process.html')
-rw-r--r--httemplate/edit/process/elements/process.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/process/elements/process.html b/httemplate/edit/process/elements/process.html
index fb5b352d2..e388c678b 100644
--- a/httemplate/edit/process/elements/process.html
+++ b/httemplate/edit/process/elements/process.html
@@ -59,7 +59,7 @@
% } @$fields
% } );
%
-% if ($old && scalar(@{$opt{'copy_on_empty'}})) {
+% if ($old && exists($opt{'copy_on_empty'})) {
% foreach my $field (@{$opt{'copy_on_empty'}}) {
% $new->set($field, $old->get($field))
% unless scalar($cgi->param($field));