Code

Updated terminalService
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 13 Oct 2008 12:51:20 +0000 (12:51 +0000)
committerhickert <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

gosa-plugins/goto/admin/systems/goto/class_terminalService.inc

index 75c8abc1240025d5fb7881c15c3a0deda893d97c..8d36860425826367b268c94b5d778b4cd490bf4f 100644 (file)
@@ -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'];