Code

Fixed FAIstate update for ogroup member
[gosa.git] / 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];