From e64e87f373e427f4fb8d963f760674549ead26e0 Mon Sep 17 00:00:00 2001 From: PMKuipers Date: Mon, 26 Jun 2023 11:46:50 +0200 Subject: [PATCH] Whitespace --- classes/task/autocohortsync.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/classes/task/autocohortsync.php b/classes/task/autocohortsync.php index ee5d2be..4a1b13e 100644 --- a/classes/task/autocohortsync.php +++ b/classes/task/autocohortsync.php @@ -19,7 +19,6 @@ class autocohortsync extends \core\task\scheduled_task { * Execute the task. */ public function execute() { - if(get_config("local_treestudyplan","csync_enable")){ $studyplans = studyplan::find_all(); @@ -28,6 +27,5 @@ class autocohortsync extends \core\task\scheduled_task { $enroller->sync(); } } - } } \ No newline at end of file