Thomas
2014-01-15 5b3e568036be1d349ab47bf896d81285c8e02a5e
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 {