thomascube
2012-01-24 e65c36d172a737d5a69e10cdec4aeb87c2d2e12e
Fixed typo

1 files modified
4 ■■■■ changed files
program/include/rcube_config.php 4 ●●●● patch | view | raw | blame | history
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;