Fix keeping metadata when upgrading content

pull/66/head
Thomas Marstrander 2019-08-15 11:15:47 +02:00
parent 4a9ea77d47
commit 064391236a
No known key found for this signature in database
GPG Key ID: 59D7F1EC8B90E9A6
1 changed files with 1 additions and 1 deletions

View File

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