diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2012-04-12 08:39:40 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2012-04-12 08:39:40 +0000 |
| commit | eced3c00ed1c84ea4531646cd1746e4708ebcf8f (patch) | |
| tree | c73a892bd23c132eec60348710432333a4024b34 /roundcubemail/program/steps | |
| parent | b9219099df876ada5f2c83613f43b942a6eb0ca1 (diff) | |
- Fix adding contact form fields in situation when the fieldset is empty.
Fixes issue with lost manager/assistant fields in LDAP addressbook
git-svn-id: https://svn.roundcube.net/trunk@6065 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/steps')
| -rw-r--r-- | roundcubemail/program/steps/addressbook/func.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/steps/addressbook/func.inc b/roundcubemail/program/steps/addressbook/func.inc index eb8a0e597..e32ce5a12 100644 --- a/roundcubemail/program/steps/addressbook/func.inc +++ b/roundcubemail/program/steps/addressbook/func.inc @@ -669,7 +669,7 @@ function rcmail_contact_form($form, $record, $attrib = null) } } - if (!$content) + if (!$content && !$edit_mode) continue; // also render add-field selector |
