From cb97b741e8efc59693a9f40dbc373ce75db96b33 Mon Sep 17 00:00:00 2001 From: hickert Date: Tue, 23 Jan 2007 10:27:44 +0000 Subject: [PATCH] Updated FAIstate setting for termogroup git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@5593 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/admin/ogroups/class_termgroup.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/admin/ogroups/class_termgroup.inc b/plugins/admin/ogroups/class_termgroup.inc index eb152e1e1..3d9a69b56 100644 --- a/plugins/admin/ogroups/class_termgroup.inc +++ b/plugins/admin/ogroups/class_termgroup.inc @@ -136,7 +136,7 @@ class termgroup extends plugin { /* Get required informations */ $og = $this->parent->by_object['ogroup']; - $allobs = $og->allobjects; + $allobs = $og->objcache; /* Get correct value for FAIstate */ $action = $this->mapActions[$act]; @@ -146,7 +146,7 @@ class termgroup extends plugin $ldap->cd ($this->config->current['BASE']); /* Foreach member of mthis ogroup ... */ - foreach($og->mem as $key ){ + foreach($og->member as $key ){ /* check objectClasses and create attributes array */ $attrs = array("FAIstate"=>$action); -- 2.30.2