Skip to content

Commit

Permalink
Fix keeping metadata when upgrading content
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasmars committed Aug 15, 2019
1 parent 4a9ea77 commit 0643912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/h5p-content-upgrade-process.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ H5P.ContentUpgradeProcess = (function (Version) {
}

// No upgrades script. Move on
return next(null, params);
return next(null, params, metadata);
}

// Run upgrade hooks. Start by going through major versions
Expand Down

0 comments on commit 0643912

Please sign in to comment.