diff --git a/explore/src/app/home/home.component.ts b/explore/src/app/home/home.component.ts index 0b1b31dc..c8014cf0 100644 --- a/explore/src/app/home/home.component.ts +++ b/explore/src/app/home/home.component.ts @@ -184,7 +184,7 @@ public subPub;public subData;public subProjects;public subOrg; public subDataPr; } private getPageContents() { - this.helper.getPageHelpContents(this._router.url, this.properties, 'openaire').subscribe(contents => { + this.helper.getPageHelpContents(this.properties, 'openaire', this._router.url).subscribe(contents => { this.pageContents = contents; }) }