summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 66ea407)
raw | patch | inline | side by side (parent: 66ea407)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 22 Nov 2010 06:49:41 +0000 (06:49 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 22 Nov 2010 06:49:41 +0000 (06:49 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20312 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/groupware/personal/groupware/FolderWidget/class_FolderWidget.inc | patch | blob | history |
diff --git a/gosa-plugins/groupware/personal/groupware/FolderWidget/class_FolderWidget.inc b/gosa-plugins/groupware/personal/groupware/FolderWidget/class_FolderWidget.inc
index b182d9ae15d20e1305c1956d9d5275eef824a56f..c9914869c9dcbdab6f58c849745c7e597732d794 100644 (file)
$acls = $data['acls'];
$status = $data['status'];
$this->addPath($path, $name, $acls, $status);
- }
+ }
}
$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';