Skip to content
Snippets Groups Projects
Unverified Commit b1212958 authored by Tobias Reischmann's avatar Tobias Reischmann
Browse files

Added process_waiting_course to email step

parent fc3634e6
No related branches found
No related tags found
No related merge requests found
...@@ -60,6 +60,10 @@ class email extends libbase { ...@@ -60,6 +60,10 @@ class email extends libbase {
return step_response::waiting(); return step_response::waiting();
} }
public function process_waiting_course($instanceid, $course) {
return step_response::waiting();
}
public function post_processing_bulk_operation() { public function post_processing_bulk_operation() {
global $DB; global $DB;
$stepinstances = step_manager::get_step_instances_by_subpluginname($this->get_subpluginname()); $stepinstances = step_manager::get_step_instances_by_subpluginname($this->get_subpluginname());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment