Aleksander Machniak
2013-06-19 3bbe4e7424f12b4f870fb775b8230714a2862380
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 {