diff --git a/js/app/controllers/share.js b/js/app/controllers/share.js index 13fe979e..183bdfc4 100644 --- a/js/app/controllers/share.js +++ b/js/app/controllers/share.js @@ -199,7 +199,7 @@ angular.module('passmanApp') user: data[0].user_id }); user.vaults = result; - if(!user.hasOwnProperty('acl')) { + if(!user.hasOwnProperty('acl_id')) { $scope.uploadChanges(user); } $scope.$digest();