Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2019-11-13 08:55:47 +0300
committerAleksander Machniak <alec@alec.pl>2019-11-18 17:30:23 +0300
commitf4722cb4517788eac158c1b99bcd881be05ae8d9 (patch)
tree341ff59cb552abf70950a60bf053005ddc4ea642 /program
parentd0dd042b739c88ea3efde5ee1e3ac8542d747c5c (diff)
Fixed typo
Diffstat (limited to 'program')
-rw-r--r--program/include/rcmail_install.php2
1 files changed, 1 insertions, 1 deletions
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'),
);
/**