Code

Fixed FAIstate update for ogroup member
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 21 Nov 2006 06:42:16 +0000 (06:42 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 21 Nov 2006 06:42:16 +0000 (06:42 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@5167 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/ogroups/class_termgroup.inc

index c54ac36c3778a9fc6b7ba9d34589aeac5577a30d..03d76d20a84f6f33705dc442b41567860abc20dc 100644 (file)
@@ -142,8 +142,8 @@ class termgroup extends plugin
   function update_term_member_FAIstate($act)
   {
     /* Get required informations */
-    $og    = $this->parent->by_object['ogroup'];
-    $allobs= $og->allobjects;
+    $og    = $this->parent->by_object['ogroup'];  
+    $allobs= $og->objcache;
 
     /* Get correct value for FAIstate */
     $action= $this->mapActions[$act];