summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 76b9882)
raw | patch | inline | side by side (parent: 76b9882)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 13 Oct 2008 12:51:20 +0000 (12:51 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 13 Oct 2008 12:51:20 +0000 (12:51 +0000) |
-Added gotoLpdEnable checks();
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12676 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12676 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/goto/admin/systems/goto/class_terminalService.inc | patch | blob | history |
diff --git a/gosa-plugins/goto/admin/systems/goto/class_terminalService.inc b/gosa-plugins/goto/admin/systems/goto/class_terminalService.inc
index 75c8abc1240025d5fb7881c15c3a0deda893d97c..8d36860425826367b268c94b5d778b4cd490bf4f 100644 (file)
{
/* 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'];