소스 검색

Merge branch '1.10.x' of ssh://github.com/chamilo/chamilo-lms into 1.10.x

Julio Montoya 10 년 전
부모
커밋
e5294466a4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      main/newscorm/lp_controller.php

+ 1 - 1
main/newscorm/lp_controller.php

@@ -528,7 +528,7 @@ switch ($action) {
                     // TODO: Maybe create a first module directly to avoid bugging the user with useless queries
                     $_SESSION['oLP'] = new learnpath(api_get_course_id(),$new_lp_id,api_get_user_id());
                     //require 'lp_build.php';
-                    $url = api_get_self().'?action=add_item&type=step&lp_id='.intval($new_lp_id);
+                    $url = api_get_self().'?action=add_item&type=step&lp_id='.intval($new_lp_id).'&'.api_get_cidreq();
                     header("Location: $url&isStudentView=false");
                     exit;
                 }