Fix course code that generates error in learningpath copy --ref BT#10701 #TMI

1.10.x
Nicolas Ducoulombier 9 years ago
parent 83210008b1
commit 97ed9c82cf
  1. 2
      main/coursecopy/classes/CourseBuilder.class.php

@ -80,7 +80,7 @@ class CourseBuilder
}
$this->course = new Course();
$this->course->code = $_course['official_code'];
$this->course->code = $_course['code'];
$this->course->type = $type;
$this->course->path = api_get_path(SYS_COURSE_PATH).$_course['path'].'/';
$this->course->backup_path = api_get_path(SYS_COURSE_PATH).$_course['path'];

Loading…
Cancel
Save