Disable generating export on each request
parent
0125afb440
commit
808e43bc66
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue