Code

Updated workstation - Startup
[gosa.git] / plugins / admin / systems / tabs_component.inc
index 19bd483b559d28d451300db056478f7e0208afde..941203e24aa8ef958e81f8bfd95dfdc83aaf69ad 100644 (file)
@@ -17,11 +17,11 @@ class componenttabs extends tabs
   }
 
 
-  function save()
+  function save($ignore_account= FALSE)
   {
     /* 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;