diff options
-rw-r--r-- | httemplate/edit/process/elements/process.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/process/elements/process.html b/httemplate/edit/process/elements/process.html index 24064f942..071c43a63 100644 --- a/httemplate/edit/process/elements/process.html +++ b/httemplate/edit/process/elements/process.html @@ -256,8 +256,8 @@ foreach my $value ( @values ) { $error = $new->replace($old, @args); } else { $error = $new->insert(@args); - $new_pkey = $new->getfield($pkey); } + $new_pkey = $new->getfield($pkey); } if ( !$error && $opt{'process_m2m'} ) { |