Skip to content

Commit 9c46f87

Browse files
committed
exclude trigger: show excluded 0 as well - part 3
1 parent 385bcbe commit 9c46f87

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

classes/processor.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,6 @@ public function get_count_of_courses_to_trigger_for_workflow($workflow) {
376376
} else {
377377
$obj->automatic = true;
378378
$obj->triggered = 0;
379-
$obj->excluded = 0;
380379
// Only use triggers with true sql to display the real amounts for the others (instead of always 0).
381380
$obj->sql = trigger_manager::get_trigger_sqlresult($trigger);
382381
$obj->response = $lib->check_course(null, null);

0 commit comments

Comments
 (0)