mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
filterlib: Fix typo
This commit is contained in:
parent
9e7d38b11a
commit
dc14c0767e
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ class null_filter_manager {
|
||||||
}
|
}
|
||||||
|
|
||||||
public function filter_string($string, $context, $courseid) {
|
public function filter_string($string, $context, $courseid) {
|
||||||
return $text;
|
return $string;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function text_filtering_hash() {
|
public function text_filtering_hash() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue