Code

Updated workstation - Startup
[gosa.git] / plugins / admin / systems / tabs_component.inc
index 3d7d53dde965e79ac08cbf69101d50f89918cd1f..941203e24aa8ef958e81f8bfd95dfdc83aaf69ad 100644 (file)
@@ -21,7 +21,7 @@ class componenttabs extends tabs
   {
     /* Check for new 'dn', in order to propagate the
        'dn' to all plugins */
-    $baseobject= $this->by_object['componentgeneric'];
+    $baseobject= $this->by_object['componentGeneric'];
     $this->dn= "cn=$baseobject->cn,ou=netdevices,ou=systems,".$baseobject->base;
     $baseobject->dn= $this->dn;