[ticket/14044] Fix wrong descriptions in install

PHPBB3-14044
This commit is contained in:
Mate Bartus 2015-10-28 14:17:29 +01:00
parent 3ac10ef544
commit 71ec5185e1

View file

@ -116,12 +116,12 @@ class obtain_email_data extends \phpbb\install\task_base implements \phpbb\insta
),
'smtp_host' => array(
'label' => 'SMTP_SERVER',
'description' => 'SMTP_SERVER_EXPLAIN',
'type' => 'text',
'default' => $smtp_host,
),
'smtp_auth' => array(
'label' => 'SMTP_AUTH_METHOD',
'description' => 'SMTP_AUTH_METHOD_EXPLAIN',
'type' => 'select',
'options' => $auth_options,
),