From: hickert Date: Thu, 21 Sep 2006 05:05:07 +0000 (+0000) Subject: Fixed undefined index .. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=53856e9ead0e6a3d0764d46383f243d66dc726bb;p=gosa.git Fixed undefined index .. git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@4749 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/admin/systems/class_terminalGeneric.inc b/plugins/admin/systems/class_terminalGeneric.inc index f87becda7..da6f3710a 100644 --- a/plugins/admin/systems/class_terminalGeneric.inc +++ b/plugins/admin/systems/class_terminalGeneric.inc @@ -339,8 +339,10 @@ class termgeneric extends plugin } /* Save terminal path to parent since it is used by termstartup, too */ + if(isset($this->parent->by_object['termstartup'])){ $this->parent->by_object['termstartup']->gotoTerminalPath= $this->gotoTerminalPath; + } if(isset($_POST['termgeneric_posted'])){ if(isset($_POST["inheritTimeServer"])){