Skip to content

Commit 80189b8

Browse files
committed
MOBILE-3347 h5p: Remove params from URL before calling WS
1 parent 6d06a7e commit 80189b8

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)