mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 16:32:18 +02:00
Merge branch 'MDL-57283_master' of git://github.com/markn86/moodle
This commit is contained in:
commit
ee1f658207
@ -295,6 +295,9 @@ class filter_manager {
|
||||
$filter = $this->textfilters[$context->id][$name];
|
||||
} else {
|
||||
$filter = $this->make_filter_object($name, $context, $config);
|
||||
if (is_null($filter)) {
|
||||
continue;
|
||||
}
|
||||
}
|
||||
$filter->setup($page, $context);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user