diff options
| author | ivan <ivan> | 2011-08-16 21:57:45 +0000 | 
|---|---|---|
| committer | ivan <ivan> | 2011-08-16 21:57:45 +0000 | 
| commit | 747a19687ad2ccc676ea3d6f024d87410dc797e8 (patch) | |
| tree | c97ffc289549c2370d37f5be2c0724b63dfdde05 | |
| parent | c3da9b75b3ddc6567224f3ad37ff9681fb726201 (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'} ) { | 
