@@ -599,7 +599,7 @@ class CourseBuilder
$visibility='0';
}
- $lp = new LearnpathCourseCopy($obj->id,
+ $lp = new Learnpath($obj->id,
$obj->lp_type,
$obj->name,
$obj->path,
@@ -263,7 +263,7 @@ class DummyCourseCreator
$chapters[] = $chapter;
- $lp = new LearnpathCourseCopy($i,$this->get_dummy_content('title'),$this->get_dummy_content('description'),1,$chapters);
+ $lp = new Learnpath($i,$this->get_dummy_content('title'),$this->get_dummy_content('description'),1,$chapters);
$this->course->add_resource($lp);
@@ -5,7 +5,7 @@
* @author Bart Mollet <bart.mollet@hogent.be>
* @package chamilo.backup
*/
-class LearnpathCourseCopy extends Resource {
+class Learnpath extends Resource {
/**
* Type of learnpath (can be dokeos (1), scorm (2), aicc (3))