Skip to content

Commit

Permalink
Fix bug when using auto-subscription session - see BT#10775
Browse files Browse the repository at this point in the history
  • Loading branch information
jloguercio committed Feb 1, 2016
1 parent 6db2ef0 commit 8472056
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion main/auth/courses.php
Expand Up @@ -285,7 +285,9 @@

SessionManager::suscribe_users_to_session(
$_GET['session_id'],
array($userId)
array($userId),
SESSION_VISIBLE_READ_ONLY,
false
);

$coursesList = SessionManager::get_course_list_by_session_id($_GET['session_id']);
Expand Down

0 comments on commit 8472056

Please sign in to comment.