Skip to content

Commit b8822e3

Browse files
committed
Add session id in LearnpathList see BT#13065
1 parent ea8a589 commit b8822e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/mySpace/myStudents.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1022,7 +1022,7 @@ function show_image(image,width,height) {
10221022
$list = new LearnpathList(
10231023
api_get_user_id(),
10241024
$courseInfo['code'],
1025-
null,
1025+
$sessionId,
10261026
null,
10271027
false,
10281028
$categoryId

0 commit comments

Comments
 (0)