diff options
Diffstat (limited to 'lib/Kolab/Utils/DAVBackend.php')
-rw-r--r-- | lib/Kolab/Utils/DAVBackend.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Kolab/Utils/DAVBackend.php b/lib/Kolab/Utils/DAVBackend.php index 098a353..4de51ad 100644 --- a/lib/Kolab/Utils/DAVBackend.php +++ b/lib/Kolab/Utils/DAVBackend.php @@ -46,7 +46,7 @@ class DAVBackend */ public static function get_storage_folder($uid, $type) { - foreach (kolab_storage::get_folders($type) as $folder) { + foreach (kolab_storage::get_folders($type, false) as $folder) { if (self::get_uid($folder) == $uid) return $folder; } |