This commit is contained in:
Ludovic Marcotte
2013-08-09 11:39:15 -04:00
parent 7b90b892fc
commit ab92516dd0
+3 -3
View File
@@ -133,10 +133,10 @@
- (NSArray *) objectRights
{
return ([uid isEqualToString: @"anonymous"]
? [NSArray arrayWithObjects: @"Viewer", @"DAndTViewer", @"None",
? [NSArray arrayWithObjects: @"None", @"DAndTViewer", @"Viewer",
nil]
: [NSArray arrayWithObjects: @"Viewer", @"DAndTViewer", @"Modifier",
@"Responder", @"None", nil]);
: [NSArray arrayWithObjects: @"None", @"DAndTViewer", @"Viewer",
@"Responder", @"Modifier", nil]);
}
- (void) setCurrentRight: (NSString *) newCurrentRight