diff options
author | ivan <ivan> | 2011-08-16 21:57:44 +0000 |
---|---|---|
committer | ivan <ivan> | 2011-08-16 21:57:44 +0000 |
commit | 033028122bf526b3d9d366bc4c72075b87918372 (patch) | |
tree | 7864ac9a3e2f3eda07c0b486e1f18e1f85f54c67 | |
parent | ef665115c4e69001b9c0fc9d0677eb47939d6b82 (diff) |
oops, fix edit redirect fallout from multiple DID provisioning changes, RT#14087
-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'} ) { |