Skip to content

Commit

Permalink
Commit necessary change for new AdaptiveContent page
Browse files Browse the repository at this point in the history
  • Loading branch information
torinfo committed May 12, 2020
1 parent f42e72e commit f7bfac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/xerte/xAPI/xttracking_xapi.js
Expand Up @@ -2703,7 +2703,7 @@ function XTGetStatements(q, one, callback) {
if (res.more && res.more !== "") {
ADL.XAPIWrapper.getStatements(null, res.more, getmorestatements);
} else {
callback(statements);
callback(statements, search);
}
}
);
Expand Down

0 comments on commit f7bfac4

Please sign in to comment.