Skip to content

Commit

Permalink
fix according tracker issue MDL-82427
Browse files Browse the repository at this point in the history
  • Loading branch information
bluetom committed Nov 10, 2024
1 parent ea7f4d1 commit 6c50281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion filter.php → classes/text_filter.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
* @copyright 2024 Justus Dieckmann and Tamara Gunkel, University of Münster
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
class filter_opencast extends moodle_text_filter {
class text_filter extends \core_filters\text_filter {

/**
* Get the content of the attribute $attributename from $tag.
Expand Down

0 comments on commit 6c50281

Please sign in to comment.