X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=gosa-plugins%2Fgoto%2Fadmin%2Fsystems%2Fgoto%2Ftabs_workstation.inc;h=f73c8211277af8fc952b6a888ccaec9444312cfb;hb=8e4873036c3a8f9b3cb27aed792f082e7058edcf;hp=75f6bd4e9b2511d9946d6fe6c24ead250cf8ea97;hpb=5bf2179eff2d48460671d43eabeb422473c940aa;p=gosa.git diff --git a/gosa-plugins/goto/admin/systems/goto/tabs_workstation.inc b/gosa-plugins/goto/admin/systems/goto/tabs_workstation.inc index 75f6bd4e9..f73c82112 100644 --- a/gosa-plugins/goto/admin/systems/goto/tabs_workstation.inc +++ b/gosa-plugins/goto/admin/systems/goto/tabs_workstation.inc @@ -54,7 +54,7 @@ class worktabs extends tabs $baseobject= NULL; foreach($this->by_object as $name => $object){ $class = get_class($object); - if(in_array($class,array("reference","acl"))) continue; + if(in_array_strict($class,array("reference","acl"))) continue; if ($baseobject === NULL){ $baseobject= new $class($this->config, $this->dn,NULL,$this); $baseobject->enable_CSN_check();