Fix access rights for 'Registered Users' on 'All-Projects' creation

The 'Registered Users' group in AllProjectsCreator was not initialized
and hence no access rights could be assigned to it.

Change-Id: I38cf55e1b4361a6f47a879bb1b422e25a193dd7b
This commit is contained in:
Shawn Pearce
2013-04-05 12:05:41 -07:00
parent 6630c2e1e8
commit 78515ea29b

View File

@@ -66,7 +66,7 @@ public class AllProjectsCreator {
this.anonymous = new GroupReference(
AccountGroup.ANONYMOUS_USERS,
"Anonymous Users");
this.anonymous = new GroupReference(
this.registered = new GroupReference(
AccountGroup.REGISTERED_USERS,
"Registered Users");
this.owners = new GroupReference(