Thomas Bruederli
2013-09-13 a315bf2dda957a118c775594b4ea01f79dadcdbe
Support both new and old config variables
1 files modified
2 ■■■ changed files
program/lib/Roundcube/rcube_config.php 2 ●●● patch | view | raw | blame | history
program/lib/Roundcube/rcube_config.php
@@ -214,7 +214,7 @@
                    $success = true;
                }
                // deprecated name of config variable
                else if (is_array($rcmail_config)) {
                if (is_array($rcmail_config)) {
                    $this->merge($rcmail_config);
                    $success = true;
                }