Skip to content

Commit 6c50281

Browse files
committed
fix according tracker issue MDL-82427
1 parent ea7f4d1 commit 6c50281

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

filter.php renamed to classes/text_filter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
* @copyright 2024 Justus Dieckmann and Tamara Gunkel, University of Münster
3434
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
3535
*/
36-
class filter_opencast extends moodle_text_filter {
36+
class text_filter extends \core_filters\text_filter {
3737

3838
/**
3939
* Get the content of the attribute $attributename from $tag.

0 commit comments

Comments
 (0)