filterlib: Fix typo

This commit is contained in:
tjhunt 2009-05-09 14:21:11 +00:00
parent 9e7d38b11a
commit dc14c0767e

View file

@ -178,7 +178,7 @@ class null_filter_manager {
}
public function filter_string($string, $context, $courseid) {
return $text;
return $string;
}
public function text_filtering_hash() {