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