Thomas Bruederli
2013-07-10 0bd15f2f20a16e583b62a00d9206a650b36220a1
program/lib/Roundcube/rcube_config.php
@@ -192,7 +192,7 @@
     */
    public function get($name, $def = null)
    {
        if (isset($this->prop[$name])) {
        if (array_key_exists($name, $this->prop)) {
            $result = $this->prop[$name];
        }
        else {