Code

Apply fix for #4271
[gosa.git] / trunk / gosa-plugins / systems / admin / systems / class_systemManagement.inc
index f07b78ae1842da5b466abb8e4baaed76f1886cbf..3d9fa94b5dddbd667ceaa34a196c9d2fb2f9f8c5 100644 (file)
@@ -848,12 +848,8 @@ class systems extends plugin
        */
       if(isset($_POST['save_event_dialog']) || $this->systab->get_type() == TRIGGERED_EVENT){
         $o_queue = new gosaSupportDaemon();
-        $o_queue->append($this->systab);
-        if($o_queue->is_error()){
-          msg_dialog::display(_("Service infrastructure"),msgPool::siError($o_queue->get_error()),ERROR_DIALOG);
-        }else{
-          $this->systab = FALSE;
-        }
+        $this->systab = DaemonEvent::save_event_dialog($this->systab, NULL, $o_queue, $this->config);
+
       }
       if(isset($_POST['abort_event_dialog'])){
         $this->systab = FALSE;