Code

Removed inherit from boot kernel options, if this object isn't member in an objectGroup
[gosa.git] / plugins / admin / systems / class_terminalGeneric.inc
index 7f07d2e8ea1d5fc612fecd3b35f5572d1f595a54..b3b38ac5f1b4b392f4c5d16559c093b8f7c0c31b 100644 (file)
@@ -408,7 +408,7 @@ class termgeneric extends plugin
     /* Strip out 'default' values */
     foreach (array("gotoTerminalPath", "gotoSwapServer", "gotoSyslogServer") as $val){
 
-      if ($this->attrs[$val] == "default"){
+      if (!isset($this->attrs[$val]) || $this->attrs[$val] == "default"){
         $this->attrs[$val]= array();
       }
     }