From: hickert Date: Mon, 13 Oct 2008 12:51:20 +0000 (+0000) Subject: Updated terminalService X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=ec03c19203e1d9d60b2a00b671725d99dfaf8fa1;p=gosa.git Updated terminalService -Added gotoLpdEnable checks(); git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12676 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/goto/admin/systems/goto/class_terminalService.inc b/gosa-plugins/goto/admin/systems/goto/class_terminalService.inc index 75c8abc12..8d3686042 100644 --- a/gosa-plugins/goto/admin/systems/goto/class_terminalService.inc +++ b/gosa-plugins/goto/admin/systems/goto/class_terminalService.inc @@ -524,6 +524,7 @@ class termservice extends plugin { /* Call common method to give check the hook */ $message= plugin::check(); + $message = array_merge($message,$this->gotoLpdEnable_dialog->check()); if($this->gotoXMethod != "default"){ $xdmcp_types = $this->config->data['SERVERS']['TERMINAL_SESSION_TYPES'];