Support both new and old config variables

pull/121/merge
Thomas Bruederli 11 years ago
parent 64cf4df42b
commit a315bf2dda

@ -214,7 +214,7 @@ class rcube_config
$success = true;
}
// deprecated name of config variable
else if (is_array($rcmail_config)) {
if (is_array($rcmail_config)) {
$this->merge($rcmail_config);
$success = true;
}

Loading…
Cancel
Save