Skip to content

Commit

Permalink
v2.1.0: Fix for action managment not working in recordings (complete)
Browse files Browse the repository at this point in the history
  • Loading branch information
jfederico committed May 21, 2016
1 parent 15317d0 commit 4d4a6e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion view.php
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ function bigbluebuttonbn_view_recordings($bbbsession) {
// Get actual recordings
$recordings = bigbluebuttonbn_getRecordingsArray($bbbsession['meetingid'], $bbbsession['endpoint'], $bbbsession['shared_secret']);
// Get recording links
$recordings_imported = bigbluebuttonbn_getRecordingsImportedArray($bbbsession['bigbluebuttonbn']->id);
$recordings_imported = bigbluebuttonbn_getRecordingsImportedArray($bbbsession['course']->id, $bbbsession['bigbluebuttonbn']->id);
// Merge the recordings
$recordings = array_merge( $recordings, $recordings_imported );
// Render the table
Expand Down

0 comments on commit 4d4a6e5

Please sign in to comment.