Merge pull request #561 from Alfresco/dev-mvitale-550

fix the function call
This commit is contained in:
Mario Romano 2016-08-12 09:56:21 +01:00 committed by GitHub
commit 79ecf49b4a

View File

@ -38,7 +38,7 @@ export class AlfrescoAuthenticationECM extends AlfrescoAuthenticationBase implem
private http: Http) {
super(alfrescoSettingsService, http);
if (!this.isLoggedIn) {
if (!this.isLoggedIn()) {
this.alfrescoApi = new AlfrescoApi({
host: this.getHost()
});