Code

fixed typo
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 20 Apr 2010 13:47:39 +0000 (13:47 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 20 Apr 2010 13:47:39 +0000 (13:47 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17745 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/plugins/admin/groups/class_group.inc

index 330718c50e9417921cadabd00199af8b558247f6..e570f1244cd9c855929472ee1522e86aba353e06 100644 (file)
@@ -437,7 +437,7 @@ class group extends plugin
         while($attrs = $ldap->fetch()){
           $this->dnMapping[$attrs['uid'][0]] = $attrs['dn'];
           $this->members[$attrs['uid'][0]] = $attrs;
-          $this->allusers[$attrs['uid'][0]]= $atrts;
+          $this->allusers[$attrs['uid'][0]]= $attrs;
         }
       }
     }