Disable generating export on each request

pull/17/head
Frode Petterson 2016-01-12 10:31:47 +01:00
parent 0125afb440
commit 808e43bc66
1 changed files with 1 additions and 1 deletions

View File

@ -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.