Code

Column name changed.
[gosa.git] / gosa-plugins / goto / admin / systems / goto / tabs_printers.inc
index 1f32207dcd58f7e0d0cd77417275906e802326ca..a7d777d5ee03c8f7b0babb529e5c2a2fe18f3625 100644 (file)
@@ -13,6 +13,8 @@ class printtabs extends tabs
     $baseobject= NULL;
 
     foreach ($data as $tab){
+      if(!class_available($tab['CLASS'])) continue;
+
       $this->by_name[$tab['CLASS']]= $tab['NAME'];
 
       if ($baseobject === NULL){
@@ -73,7 +75,7 @@ class printtabs extends tabs
     /* Check for new 'dn', in order to propagate the
        'dn' to all plugins */
     $baseobject= $this->by_object['printgeneric'];
-    $this->dn= "cn=$baseobject->cn,".get_ou('printerou').$baseobject->base;
+    $this->dn= "cn=$baseobject->cn,".get_ou('printerRDN').$baseobject->base;
     $baseobject->dn= $this->dn;
 
     foreach ($this->by_object as $key => $obj){