Merge pull request #2283 from dpalou/MOBILE-3347

MOBILE-3347 h5p: Remove params from URL before calling WS
main
Juan Leyva 2020-02-18 14:42:41 +01:00 committed by GitHub
commit 187501acc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2602,7 +2602,7 @@ export class CoreH5PProvider {
url = url.replace('/webservice/pluginfile', '/pluginfile');
}
return url;
return this.urlUtils.removeUrlParams(url);
}
/**