Skip to content
Snippets Groups Projects
Commit 107ab7e2 authored by Tim Steiner's avatar Tim Steiner
Browse files

Fix a big bug when creating a requset for change course, add ace to course, add is to course.

parent 2b6e980e
No related branches found
No related tags found
No related merge requests found
...@@ -1386,7 +1386,8 @@ class Courses_CourseModel extends Unl_Model ...@@ -1386,7 +1386,8 @@ class Courses_CourseModel extends Unl_Model
public function __clone() public function __clone()
{ {
$this->_data['parentId'] = $this->getId(); $this->_data['parent'] = $this->getId();
$this->_data['type'] = 'proposed';
unset($this->_data['assetId']); unset($this->_data['assetId']);
unset($this->_data['courseGenerationId']); unset($this->_data['courseGenerationId']);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment