Skip to content

Commit

Permalink
remaining - fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ferishili committed Mar 18, 2024
1 parent 2bb19d5 commit b0839f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion overview_videos.php
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
// Show "Add videos (batch)" button.
if (get_config('block_opencast', 'batchuploadenabled_' . $ocinstanceid)) {
$batchuploadurl = new moodle_url('/blocks/opencast/batchupload.php',
['courseid' => $SITE->id, 'ocinstanceid' => $ocinstanceid, 'series' => $series]);
['courseid' => $SITE->id, 'ocinstanceid' => $ocinstanceid, 'intoseries' => $series]);
$batchuploadbutton = $OUTPUT->single_button($batchuploadurl, get_string('batchupload', 'block_opencast'), 'get');
echo html_writer::div($batchuploadbutton, 'opencast-batchupload-wrap');
}
Expand Down

0 comments on commit b0839f6

Please sign in to comment.