Code

Updated workstation - Startup
[gosa.git] / plugins / admin / systems / tabs_workstation.inc
index 0fe5667ea5a861556fbdda8f23f5b3a054cef8d0..6c34fd1e8d8f2984d04e81694b69d644e56d8cf6 100644 (file)
@@ -15,7 +15,7 @@ class worktabs extends tabs
     foreach ($data as $tab){
       $this->by_name[$tab['CLASS']]= $tab['NAME'];
 
-      if ($baseobject == NULL){
+      if ($baseobject === NULL){
         $baseobject= new $tab['CLASS']($this->config, $this->dn,NULL,$this);
         $this->by_object[$tab['CLASS']]= $baseobject;
       } else {
@@ -47,7 +47,7 @@ class worktabs extends tabs
   }
 
 
-  function save()
+  function save($ignore_account= FALSE)
   {
     /* Check for new 'dn', in order to propagate the
        'dn' to all plugins */