aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMate Bartus <mate.bartus@gmail.com>2015-10-28 14:17:29 +0100
committerMate Bartus <mate.bartus@gmail.com>2015-10-28 14:17:29 +0100
commit71ec5185e16c389d6d25b9999e73a4e6298cd721 (patch)
tree505fd7db2581fb51c89c1cf6f5f3c1cac9eb88f1
parent3ac10ef5443a1bbc8aa2f13b7fb98f33ca2ff702 (diff)
downloadforums-71ec5185e16c389d6d25b9999e73a4e6298cd721.tar
forums-71ec5185e16c389d6d25b9999e73a4e6298cd721.tar.gz
forums-71ec5185e16c389d6d25b9999e73a4e6298cd721.tar.bz2
forums-71ec5185e16c389d6d25b9999e73a4e6298cd721.tar.xz
forums-71ec5185e16c389d6d25b9999e73a4e6298cd721.zip
[ticket/14044] Fix wrong descriptions in install
PHPBB3-14044
-rw-r--r--phpBB/phpbb/install/module/obtain_data/task/obtain_email_data.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/install/module/obtain_data/task/obtain_email_data.php b/phpBB/phpbb/install/module/obtain_data/task/obtain_email_data.php
index ae7526a9e3..b04b8e353f 100644
--- a/phpBB/phpbb/install/module/obtain_data/task/obtain_email_data.php
+++ b/phpBB/phpbb/install/module/obtain_data/task/obtain_email_data.php
@@ -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,
),