mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-21 14:43:31 +00:00
Fix for bug #1431
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user