Merged DEV/JASONH to HEAD

12202: Set permissionService if it is null (superceded)
  12293: Remove log statements (superceded)
  12561: Ensure PermissionService is not null (supercedes r12202 and r12293)


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@12647 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Jan Vonka
2009-01-09 12:22:38 +00:00
parent a943801463
commit 0bbc0fbdc5

View File

@@ -46,7 +46,7 @@ public class InviteContentUsersWizard extends BaseInviteUsersWizard
{
if (this.contentPermissions == null)
{
this.contentPermissions = this.permissionService.getSettablePermissions(getNode().getType());
this.contentPermissions = this.getPermissionService().getSettablePermissions(getNode().getType());
}
return this.contentPermissions;