summaryrefslogtreecommitdiff
path: root/program/lib/Roundcube/rcube_config.php
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2013-09-07 19:16:40 +0200
committerThomas Bruederli <thomas@roundcube.net>2013-09-07 19:16:40 +0200
commit9e9d62d7862bf8fddbf56ae3b0f0d9d9ac0d4c4c (patch)
tree8bfd401b8f272b984341195934ca67ca1ef9781a /program/lib/Roundcube/rcube_config.php
parentfb5f5232b939959f70525f063af699b0cc778840 (diff)
Respect (multiple) config dirs from RCUBE_CONFIG_PATH when reading configured mimetypes mapping
Diffstat (limited to 'program/lib/Roundcube/rcube_config.php')
-rw-r--r--program/lib/Roundcube/rcube_config.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/lib/Roundcube/rcube_config.php b/program/lib/Roundcube/rcube_config.php
index 2ac611fe3..781f8a765 100644
--- a/program/lib/Roundcube/rcube_config.php
+++ b/program/lib/Roundcube/rcube_config.php
@@ -232,7 +232,7 @@ class rcube_config
* @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);