diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-02-08 15:13:12 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-02-08 15:13:12 +0000 |
| commit | 3d42617781b72fc95e99e6326b0819e9232a856b (patch) | |
| tree | 179c1634c8ee250af367348a4c9e8ad9bdaa23a8 /roundcubemail/program | |
| parent | 2bc86bed8f1af868e4195111ff1187f24e8842e3 (diff) | |
Fix ugly type as suggested in #1484760
git-svn-id: https://svn.roundcube.net/trunk@1029 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program')
| -rw-r--r-- | roundcubemail/program/steps/settings/func.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/roundcubemail/program/steps/settings/func.inc b/roundcubemail/program/steps/settings/func.inc index e63f01620..de411e76a 100644 --- a/roundcubemail/program/steps/settings/func.inc +++ b/roundcubemail/program/steps/settings/func.inc @@ -254,7 +254,8 @@ function get_form_tags($attrib, $action, $add_hidden=array()) // register UI objects $OUTPUT->add_handlers(array( 'userprefs' => 'rcmail_user_prefs_form', - 'itentitieslist' => 'rcmail_identities_list' + 'identitieslist' => 'rcmail_identities_list', + 'itentitieslist' => 'rcmail_identities_list' // keep this for backward compatibility )); |
