diff --git a/h5p.classes.php b/h5p.classes.php index 7654779..aa4b9b5 100644 --- a/h5p.classes.php +++ b/h5p.classes.php @@ -1750,7 +1750,7 @@ class H5PCore { */ public function filterParameters(&$content) { if (isset($content['filtered']) && $content['filtered'] !== '') { - //return $content['filtered']; + return $content['filtered']; } // Validate and filter against main library semantics.