From 5ce2e731292cfa3510d39c7fc0527b4e26905cc3 Mon Sep 17 00:00:00 2001 From: hickert Date: Mon, 22 Nov 2010 06:49:41 +0000 Subject: [PATCH] Updated Folder Widget to use the correct paths git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20312 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../personal/groupware/FolderWidget/class_FolderWidget.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gosa-plugins/groupware/personal/groupware/FolderWidget/class_FolderWidget.inc b/gosa-plugins/groupware/personal/groupware/FolderWidget/class_FolderWidget.inc index b182d9ae1..c9914869c 100644 --- a/gosa-plugins/groupware/personal/groupware/FolderWidget/class_FolderWidget.inc +++ b/gosa-plugins/groupware/personal/groupware/FolderWidget/class_FolderWidget.inc @@ -169,7 +169,7 @@ class FolderWidget extends plugin $acls = $data['acls']; $status = $data['status']; $this->addPath($path, $name, $acls, $status); - } + } } @@ -215,7 +215,7 @@ class FolderWidget extends plugin $current[$entryPath] = array(); $current[$entryPath]['children'] = array(); $current[$entryPath]['name'] = $pathName; - $current[$entryPath]['path'] = $path; + $current[$entryPath]['path'] = $entryPath; $current[$entryPath]['status'] = ''; $current[$entryPath]['acls'] = array(); $current[$entryPath]['type'] = 'manual'; -- 2.30.2