Add return statement to recursive function

HFP-391
JI-92-path-fix
Timothy Lim 2016-12-20 15:46:36 +01:00
parent f6449a6043
commit b91be29cec
1 changed files with 1 additions and 0 deletions

View File

@ -1063,6 +1063,7 @@ H5P.findCopyrights = function (info, parameters, contentId) {
}
}
else {
return;
}
}
};