Thomas Bruederli
2013-09-07 9e9d62d7862bf8fddbf56ae3b0f0d9d9ac0d4c4c
program/lib/Roundcube/rcube_config.php
@@ -232,7 +232,7 @@
     * @param boolean Return -$env file path if exists
     * @return array  List of candidates in config dir path(s)
     */
    private function resolve_paths($file, $use_env = true)
    public function resolve_paths($file, $use_env = true)
    {
        $files = array();
        $abs_path = $this->_is_absolute($file);