Skip to content
Snippets Groups Projects
Commit 2d7328cf authored by thomasmars's avatar thomasmars
Browse files

Fix linting errors

parent a57d5d6b
No related branches found
No related tags found
No related merge requests found
......@@ -349,8 +349,7 @@ function hvp_content_upgrade_progress($libraryid) {
);
foreach ($results as $content) {
$out->params[$content->id] =
'{"params":' . $content->params .
$out->params[$content->id] = '{"params":' . $content->params .
',"metadata":' . \H5PMetadata::toJSON($content) . '}';
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment