Ignore:
Timestamp:
Feb 8, 2008 10:13:12 AM (5 years ago)
Author:
thomasb
Message:

Fix ugly type as suggested in #1484760

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/program/steps/settings/func.inc

    r938 r1029  
    255255$OUTPUT->add_handlers(array( 
    256256  'userprefs' => 'rcmail_user_prefs_form', 
    257   'itentitieslist' => 'rcmail_identities_list' 
     257  'identitieslist' => 'rcmail_identities_list', 
     258  'itentitieslist' => 'rcmail_identities_list'  // keep this for backward compatibility 
    258259)); 
    259260 
Note: See TracChangeset for help on using the changeset viewer.