summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 2cccd8f)
raw | patch | inline | side by side (parent: 2cccd8f)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 27 Aug 2008 09:56:58 +0000 (09:56 +0000) | ||
committer | hickert <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
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@12287 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/groups/class_groupMail.inc | patch | blob | history |
index 95db045c46e54df4d31eb6dbcffca2983d28014f..775763c56ce61f3b794e6ace68a1733a3fac83d0 100644 (file)
/* 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 */