From: hickert Date: Tue, 4 Mar 2008 09:38:31 +0000 (+0000) Subject: Updated displayed event types X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=d2504d2d909a75d0a078898a69ee420478fc01f0;p=gosa.git Updated displayed event types git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9296 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/goto/addons/gotomasses/class_gotomasses.inc b/gosa-plugins/goto/addons/gotomasses/class_gotomasses.inc index db0f87334..33d9778f4 100644 --- a/gosa-plugins/goto/addons/gotomasses/class_gotomasses.inc +++ b/gosa-plugins/goto/addons/gotomasses/class_gotomasses.inc @@ -30,7 +30,7 @@ class gotomasses extends plugin /* Include config object */ $this->config= &$config; $this->o_queue = new gosaSupportDaemon(TRUE,10); - $this->events = DaemonEvent::get_event_types( USER_EVENT | SYSTEM_EVENT); + $this->events = DaemonEvent::get_event_types( SYSTEM_EVENT); /* Get tags that will be used in queue searches */ $this->event_tags = array("none");