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-15 13:55:39 +0300
committerAleksander Machniak <alec@alec.pl>2019-11-18 17:30:23 +0300
commit47f72303ac7cbfcf90570f31cecfdabb6629292b (patch)
tree04ed5d11463052e24d5360bcb8c9a8d7628c1eb1 /program
parent4b607e2ed3c9bf5adfb1a6c17775457b1bbcbe10 (diff)
Small correction
Diffstat (limited to 'program')
-rw-r--r--program/include/rcmail_install.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/program/include/rcmail_install.php b/program/include/rcmail_install.php
index 78a67dad8..ae5a6bcbd 100644
--- a/program/include/rcmail_install.php
+++ b/program/include/rcmail_install.php
@@ -63,7 +63,8 @@ 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', 'smtp_user', 'smtp_pass', 'jquery_ui_skin_map'),
+ '1.4.0' => array('skin', 'smtp_port', 'smtp_user', 'smtp_pass'),
+ '1.4.1' => array('jquery_ui_skin_map'),
);
/**