alecpl
2012-02-29 38dc510b2dba02dba5a60fbc00947aac4fd24aab
program/include/rcube_config.php
@@ -179,8 +179,8 @@
        if (isset($this->prop[$name])) {
            $result = $this->prop[$name];
        }
        else if (isset($this->lagacy_props[$name])) {
            return $this->get($this->lagacy_props[$name], $def);
        else if (isset($this->legacy_props[$name])) {
            return $this->get($this->legacy_props[$name], $def);
        }
        else {
            $result = $def;