fix the function call

This commit is contained in:
mauriziovitale84
2016-08-11 17:23:40 +01:00
parent b6626e1c20
commit 995d0d3fdf
@@ -38,7 +38,7 @@ export class AlfrescoAuthenticationECM extends AlfrescoAuthenticationBase implem
private http: Http) { private http: Http) {
super(alfrescoSettingsService, http); super(alfrescoSettingsService, http);
if (!this.isLoggedIn) { if (!this.isLoggedIn()) {
this.alfrescoApi = new AlfrescoApi({ this.alfrescoApi = new AlfrescoApi({
host: this.getHost() host: this.getHost()
}); });