Code

Invalid repository settings fixed.
[gosa.git] / plugins / admin / systems / class_terminalStartup.inc
index ed905e093e1d5f109a03b5051ccee131061976d6..67a8e6bf87fb0af5cd520b4db03e51624d2fd5f7 100644 (file)
@@ -24,7 +24,7 @@ class termstartup extends plugin
   /* Helper */
   var $customParameters= "";
   var $orig_dn= "";
-
+  var $ignore_account= TRUE;
 
   function termstartup ($config, $dn= NULL)
   {
@@ -247,6 +247,7 @@ class termstartup extends plugin
     
         $this->attrs["$val"]= array_unique($this->$val);
       }
+      if(!isset($this->attrs["$val"])) $this->attrs["$val"]=array();
     }
 
     /* Strip out 'default' values */