From: hickert Date: Mon, 22 Nov 2010 06:49:41 +0000 (+0000) Subject: Updated Folder Widget to use the correct paths X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=5ce2e731292cfa3510d39c7fc0527b4e26905cc3;p=gosa.git Updated Folder Widget to use the correct paths git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20312 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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';