mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-23 05:41:02 +01:00
fix typo while saving to config
This commit is contained in:
parent
e86cb84e66
commit
434081d428
@ -308,7 +308,7 @@ class emailadmin_bo extends so_sql
|
||||
'ea_imap_login_type' => 'mail_login_type',
|
||||
'ea_default_domain' => 'mail_suffix',
|
||||
'ea_smtp_server' => 'smtp_server',
|
||||
'ea_smtp_port' => 'smpt_port',
|
||||
'ea_smtp_port' => 'smtp_port',
|
||||
)+($this->data['ea_smtp_auth']=='yes' ? array( //ToDo: if no, we may have to reset config values for that too?
|
||||
'ea_smtp_auth_username' => 'smtp_auth_user',
|
||||
'ea_smtp_auth_password' => 'smtp_auth_passwd',
|
||||
|
Loading…
Reference in New Issue
Block a user