File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
plugin/customcertificate/src Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ class LearnpathList
28
28
* (only displays) items if he has enough permissions to view them.
29
29
*
30
30
* @param int $user_id
31
- * @param array $courseInfo Optional course code (otherwise we use api_get_course_id ())
31
+ * @param array $courseInfo Optional course info array (otherwise we use api_get_course_info ())
32
32
* @param int $session_id Optional session id (otherwise we use api_get_session_id())
33
33
* @param string $order_by
34
34
* @param bool $check_publication_dates
Original file line number Diff line number Diff line change @@ -402,7 +402,7 @@ class="caraA"
402
402
403
403
$ list = new LearnpathList (
404
404
$ studentId ,
405
- $ courseCode ,
405
+ $ courseInfo ,
406
406
$ sessionId ,
407
407
null ,
408
408
false ,
You can’t perform that action at this time.
0 commit comments