Code

Fixed Translation Strings.
[gosa.git] / plugins / admin / systems / class_terminalStartup.inc
index 836e733a8a7d5095d77eb066f4b315f8e0370d60..7a02964f21b2b15e9cac8df5a262bdbd8d7a387f 100644 (file)
@@ -363,7 +363,7 @@ class termstartup extends plugin
 
     /* Strip out 'default' values */
     foreach(array("gotoBootKernel","gotoLdapServer") as $value){
-      if ($this->attrs[$value] == "default"){
+      if (!isset($this->attrs[$value]) || $this->attrs[$value] == "default"){
         $this->attrs[$value] = array();
       } 
     }