summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 4f3eda9)
raw | patch | inline | side by side (parent: 4f3eda9)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 1 Jul 2009 05:54:55 +0000 (05:54 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 1 Jul 2009 05:54:55 +0000 (05:54 +0000) |
-Create shared folder target correctly
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@13858 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@13858 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/mail/personal/mail/class_mail-methods.inc | patch | blob | history |
diff --git a/gosa-plugins/mail/personal/mail/class_mail-methods.inc b/gosa-plugins/mail/personal/mail/class_mail-methods.inc
index 3035564ed9ad00badd413eba2ba8d89eca06faa9..73a91be74542d2229c8f411ca8b78720a7e3da92 100644 (file)
}
// Add gosaSharedFolderTarget for groups.
+ $this->build_account_id();
if($this->type == "group"){
$this->parent->attrs['gosaSharedFolderTarget'] =
$this->gosaSharedPrefix.$this->account_id;