Skip to content

Commit

Permalink
replace the deprecated function with the proposed one
Browse files Browse the repository at this point in the history
  • Loading branch information
bluetom committed Nov 27, 2024
1 parent c8011ff commit 5ac497b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/local/output_helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ public static function output_download_menu($ocinstanceid, $episodeid, $modinsta

// Get the action menu options.
$actionmenu = new action_menu();
$actionmenu->set_alignment(action_menu::TL, action_menu::BL);
$actionmenu->set_menu_left();
$actionmenu->prioritise = true;
$actionmenu->actionicon = new pix_icon('t/down', get_string('downloadvideo', 'mod_opencast'));
$actionmenu->actiontext = 'Download';
Expand Down

0 comments on commit 5ac497b

Please sign in to comment.