Whitespace
This commit is contained in:
parent
ee12a8e152
commit
e64e87f373
|
@ -19,7 +19,6 @@ class autocohortsync extends \core\task\scheduled_task {
|
||||||
* Execute the task.
|
* Execute the task.
|
||||||
*/
|
*/
|
||||||
public function execute() {
|
public function execute() {
|
||||||
|
|
||||||
if(get_config("local_treestudyplan","csync_enable")){
|
if(get_config("local_treestudyplan","csync_enable")){
|
||||||
$studyplans = studyplan::find_all();
|
$studyplans = studyplan::find_all();
|
||||||
|
|
||||||
|
@ -28,6 +27,5 @@ class autocohortsync extends \core\task\scheduled_task {
|
||||||
$enroller->sync();
|
$enroller->sync();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user