diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-12-14 23:13:38 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-12-14 23:13:38 +0000 |
| commit | 9255a57ba900c4e251afb5efe918d82435cc4ec7 (patch) | |
| tree | 873633a50c3f68b154cbbb92be1dfe50724dcb01 /roundcubemail/program | |
| parent | 60047c8626e498d590171178845b96397b3640fe (diff) | |
Larry is growing up
git-svn-id: https://svn.roundcube.net/trunk@5617 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program')
| -rw-r--r-- | roundcubemail/program/steps/settings/edit_identity.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/steps/settings/edit_identity.inc b/roundcubemail/program/steps/settings/edit_identity.inc index bf64d4265..f0c477673 100644 --- a/roundcubemail/program/steps/settings/edit_identity.inc +++ b/roundcubemail/program/steps/settings/edit_identity.inc @@ -111,7 +111,7 @@ function rcube_identity_form($attrib) array('name' => '_iid', 'value' => $IDENTITY_RECORD['identity_id'])); unset($plugin); - unset($attrib['form']); + unset($attrib['form'], $attrib['id']); // return the complete edit form as table $out = "$form_start\n"; |
