Guest fixes

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2173 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Andrew Hind
2006-01-23 11:27:32 +00:00
parent 5f50bb6d0a
commit 9d432121bc
4 changed files with 47 additions and 3 deletions

View File

@@ -219,7 +219,7 @@ public enum AuthorityType
{
authorityType = AuthorityType.OWNER;
}
else if (authority.equals(PermissionService.GUEST))
else if (authority.equalsIgnoreCase(PermissionService.GUEST))
{
authorityType = AuthorityType.GUEST;
}