Skip to content

Commit 187501a

Browse files
authored
Merge pull request #2283 from dpalou/MOBILE-3347
MOBILE-3347 h5p: Remove params from URL before calling WS
2 parents abc7630 + 80189b8 commit 187501a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/h5p/providers/h5p.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2602,7 +2602,7 @@ export class CoreH5PProvider {
26022602
url = url.replace('/webservice/pluginfile', '/pluginfile');
26032603
}
26042604

2605-
return url;
2605+
return this.urlUtils.removeUrlParams(url);
26062606
}
26072607

26082608
/**

0 commit comments

Comments
 (0)