|
@@ -539,7 +539,7 @@ class ImportCsv
|
|
|
);
|
|
|
$result = CourseManager::update_attributes($courseInfo['real_id'], $params);
|
|
|
|
|
|
- //CourseManager::updateTeachers($courseInfo['id'], $row['teachers']);
|
|
|
+ CourseManager::updateTeachers($courseInfo['id'], $row['teachers'], true);
|
|
|
|
|
|
if ($result) {
|
|
|
$this->logger->addInfo("Courses - Course updated ".$courseInfo['code']);
|