pull/12/head
Ludovic Marcotte 2013-08-09 11:39:15 -04:00
parent 7b90b892fc
commit ab92516dd0
1 changed files with 3 additions and 3 deletions

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