We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 385bcbe commit 9c46f87Copy full SHA for 9c46f87
classes/processor.php
@@ -376,7 +376,6 @@ public function get_count_of_courses_to_trigger_for_workflow($workflow) {
376
} else {
377
$obj->automatic = true;
378
$obj->triggered = 0;
379
- $obj->excluded = 0;
380
// Only use triggers with true sql to display the real amounts for the others (instead of always 0).
381
$obj->sql = trigger_manager::get_trigger_sqlresult($trigger);
382
$obj->response = $lib->check_course(null, null);
0 commit comments