From f4722cb4517788eac158c1b99bcd881be05ae8d9 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Wed, 13 Nov 2019 06:55:47 +0100 Subject: [PATCH] Fixed typo --- program/include/rcmail_install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/program/include/rcmail_install.php b/program/include/rcmail_install.php index 9eae0770d..a639bd2a9 100644 --- a/program/include/rcmail_install.php +++ b/program/include/rcmail_install.php @@ -63,7 +63,7 @@ class rcmail_install /** @var array List of config options with default value change per-release */ public $defaults_changes = array( - '1.4.0' => array('skin', 'smtp_port', 'smto_user', 'smtp_pass'), + '1.4.0' => array('skin', 'smtp_port', 'smtp_user', 'smtp_pass'), ); /**