From f5e8902f74be8c39dd4e7e8aedc9fcbd0a3148a4 Mon Sep 17 00:00:00 2001 From: "Aleksander Machniak (Kolab Systems)" Date: Tue, 28 Jun 2011 10:11:22 +0200 Subject: [PATCH] Fixed object name generation for folders in other users namespace --- plugins/kolab_core/rcube_kolab.php | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/kolab_core/rcube_kolab.php b/plugins/kolab_core/rcube_kolab.php index 561ed5d9..51ef2c84 100644 --- a/plugins/kolab_core/rcube_kolab.php +++ b/plugins/kolab_core/rcube_kolab.php @@ -260,6 +260,7 @@ class rcube_kolab // get username $pos = strpos($folder, $delim); $prefix = '('.substr($folder, 0, $pos).') '; + $folder = substr($folder, $pos+1); $found = true; $namespace = 'other'; break;