MOBILE-3347 h5p: Remove params from URL before calling WS

main
Dani Palou 2020-02-14 12:40:57 +01:00
parent 6d06a7e41c
commit 80189b80f3
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);
}
/**