diff --git a/phpgwapi/inc/class.groupdav.inc.php b/phpgwapi/inc/class.groupdav.inc.php index 8c4b9b21d0..cf042cbfa2 100644 --- a/phpgwapi/inc/class.groupdav.inc.php +++ b/phpgwapi/inc/class.groupdav.inc.php @@ -372,6 +372,15 @@ class groupdav extends HTTP_WebDAV_Server // add root with current users apps $this->add_home($files, $path, $user, $options['depth']); + if ($path == '/') + { + $GLOBALS['egw']->hooks->process(array( + 'location' => 'groupdav_root_props', + 'props' => &$files['files'][0]['props'], + 'options' => $options, + )); + } + // add principals and user-homes if ($path == '/' && $options['depth']) {