Code

Updated default mail method.
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 1 Jul 2009 05:54:55 +0000 (05:54 +0000)
committerhickert <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

gosa-plugins/mail/personal/mail/class_mail-methods.inc

index 3035564ed9ad00badd413eba2ba8d89eca06faa9..73a91be74542d2229c8f411ca8b78720a7e3da92 100644 (file)
@@ -229,6 +229,7 @@ class mailMethod{
     }
   
     // Add gosaSharedFolderTarget for groups.
+    $this->build_account_id();
     if($this->type == "group"){ 
       $this->parent->attrs['gosaSharedFolderTarget'] = 
         $this->gosaSharedPrefix.$this->account_id;