From 55f1b53d9f84972f3533c0363ef7a629a86e65ba Mon Sep 17 00:00:00 2001 From: cajus Date: Thu, 6 Mar 2008 17:21:33 +0000 Subject: [PATCH] Yeah. Closes #366 git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9403 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-plugins/systems/admin/systems/class_systemManagement.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/gosa-plugins/systems/admin/systems/class_systemManagement.inc b/gosa-plugins/systems/admin/systems/class_systemManagement.inc index fdf0fe63b..60f407ae0 100644 --- a/gosa-plugins/systems/admin/systems/class_systemManagement.inc +++ b/gosa-plugins/systems/admin/systems/class_systemManagement.inc @@ -543,7 +543,6 @@ class systems extends plugin */ if(isset($_POST['save_event_dialog']) || $this->systab->get_type() == TRIGGERED_EVENT){ $o_queue = new gosaSupportDaemon(); - $this->systab->set_type(TRIGGERED_EVENT); $o_queue->append($this->systab); if($o_queue->is_error()){ msg_dialog::display(_("Daemon"),sprintf(_("Something went wrong while talking to the daemon: %s."), -- 2.30.2