Skip to content
Snippets Groups Projects
Commit 9c51280b authored by Justus Dieckmann's avatar Justus Dieckmann
Browse files

Revert accidental commited changes

parent 740f7765
No related branches found
No related tags found
No related merge requests found
......@@ -77,10 +77,6 @@ class processor {
continue;
}
}
foreach ($triggers as $trigger) {
$lib = lib_manager::get_trigger_lib($trigger->subpluginname);
$lib->course_triggered($course, $trigger->id);
}
// If all trigger instances agree, that they want to trigger a process, we do so.
process_manager::create_process($course->id, $workflow->id);
$counttriggered++;
......
......@@ -108,13 +108,6 @@ abstract class base {
return get_string("workflow_started", "tool_lifecycle");
}
/**
* Function is called when all trigger decide on triggering a course.
* For cleanup purposes.
*/
public function course_triggered($course, $triggerid) {
}
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment