Code

Backport from trunk
[gosa.git] / gosa-plugins / goto / admin / systems / goto / tabs_workstation.inc
index 75f6bd4e9b2511d9946d6fe6c24ead250cf8ea97..f73c8211277af8fc952b6a888ccaec9444312cfb 100644 (file)
@@ -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();