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 12:41:06 +0300
committerAleksander Machniak <alec@alec.pl>2019-11-18 17:30:23 +0300
commit4b607e2ed3c9bf5adfb1a6c17775457b1bbcbe10 (patch)
treec01e2407afb2cd71d12880e76f2da387586dc42b /program
parentfecff809fe8bfbb89d1e72cb22fa1954ffa02e08 (diff)
Fix so Elastic is also a default in jqueryui plugin (#7039)
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 a639bd2a9..78a67dad8 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', 'smtp_user', 'smtp_pass'),
+ '1.4.0' => array('skin', 'smtp_port', 'smtp_user', 'smtp_pass', 'jquery_ui_skin_map'),
);
/**