jmontoyaa 8 years ago
parent
commit
daff21618f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      main/cron/import_csv.php

+ 1 - 0
main/cron/import_csv.php

@@ -1300,6 +1300,7 @@ class ImportCsv
                     }
 
                     if ($addTeacherToSession) {
+                        $this->logger->addInfo("Add teacher to all course sessions");
                         CourseManager::updateTeachers(
                             $courseInfo,
                             $row['teachers'],