Skip to content

Commit

Permalink
v2.0.0-rc2: Changed validation of capability into locallib/bigbluebut…
Browse files Browse the repository at this point in the history
…tonbn_get_recording_columns that was affecting recordingsbn
  • Loading branch information
jfederico committed Oct 2, 2015
1 parent de64282 commit 1f93cbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion locallib.php
Original file line number Diff line number Diff line change
Expand Up @@ -1047,7 +1047,7 @@ function bigbluebuttonbn_get_recording_columns($bbbsession, $recordings) {
array("key" =>"duration", "label" => $view_recording_duration, "width" => "50px")
);

if ( $bbbsession['administrator'] || $bbbsession['moderator'] ) {
if ( $bbbsession['managerecordings'] ) {
array_push($recordingsbn_columns, array("key" =>"actionbar", "label" => $view_recording_actionbar, "width" => "75px", "allowHTML" => true));
}

Expand Down

0 comments on commit 1f93cbe

Please sign in to comment.