summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ad77a7f)
raw | patch | inline | side by side (parent: ad77a7f)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 5 Mar 2008 12:44:34 +0000 (12:44 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 5 Mar 2008 12:44:34 +0000 (12:44 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9350 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/include/class_gosaSupportDaemon.inc | patch | blob | history |
diff --git a/gosa-core/include/class_gosaSupportDaemon.inc b/gosa-core/include/class_gosaSupportDaemon.inc
index 028c36db91971d4125413ba69c404af38f555252..b68c5381f383235e84eb12e95e6e926494a16329 100644 (file)
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);