Code

Updated mail group
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 27 Aug 2008 09:56:58 +0000 (09:56 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 27 Aug 2008 09:56:58 +0000 (09:56 +0000)
-sharedFolderTarget was broken after user was saved.

git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@12287 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/groups/class_groupMail.inc

index 95db045c46e54df4d31eb6dbcffca2983d28014f..775763c56ce61f3b794e6ace68a1733a3fac83d0 100644 (file)
@@ -90,7 +90,7 @@ class mailgroup extends plugin
     /* Convert cn to uid in case of existing entry
      */
     if (isset($this->attrs['cn'][0])){
-      $this->uid= $this->attrs['cn'][0];
+      $this->uid = $this->cn = $this->attrs['cn'][0];
     }
 
     /* Get folder type */