program/lib/Roundcube/rcube_config.php | ●●●●● patch | view | raw | blame | history |
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 {