From 80189b80f38a557b59922279b82f4ca19d97ca9b Mon Sep 17 00:00:00 2001 From: Dani Palou Date: Fri, 14 Feb 2020 12:40:57 +0100 Subject: [PATCH] MOBILE-3347 h5p: Remove params from URL before calling WS --- src/core/h5p/providers/h5p.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/h5p/providers/h5p.ts b/src/core/h5p/providers/h5p.ts index e332278d6..75fe4b2b9 100644 --- a/src/core/h5p/providers/h5p.ts +++ b/src/core/h5p/providers/h5p.ts @@ -2602,7 +2602,7 @@ export class CoreH5PProvider { url = url.replace('/webservice/pluginfile', '/pluginfile'); } - return url; + return this.urlUtils.removeUrlParams(url); } /**