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