From 747a19687ad2ccc676ea3d6f024d87410dc797e8 Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 16 Aug 2011 21:57:45 +0000 Subject: [PATCH] oops, fix edit redirect fallout from multiple DID provisioning changes, RT#14087 --- httemplate/edit/process/elements/process.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'} ) { -- 2.11.0