From: hickert Date: Wed, 5 Mar 2008 12:44:34 +0000 (+0000) Subject: Fixed triggered action X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=2cd0cc41adee19b4aa53c0bf5832b62540d61c33;p=gosa.git Fixed triggered action git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9350 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/include/class_gosaSupportDaemon.inc b/gosa-core/include/class_gosaSupportDaemon.inc index 028c36db9..b68c5381f 100644 --- a/gosa-core/include/class_gosaSupportDaemon.inc +++ b/gosa-core/include/class_gosaSupportDaemon.inc @@ -623,7 +623,7 @@ $xml_msg.= " if($event->get_type() == SCHEDULED_EVENT){ $action = $event->get_schedule_action(); }elseif($event->get_type() == TRIGGERED_EVENT){ - $action = $event->get_schedule_action(); + $action = $event->get_trigger_action(); }else{ trigger_error("Unknown type of queue event given."); return(FALSE);