mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-04 02:55:26 +00:00
fix(acl): bool was not set to NO
This commit is contained in:
@@ -104,8 +104,8 @@
|
||||
WORequest *request;
|
||||
NSArray *reqPathArray;
|
||||
NSEnumerator *aclsEnum;
|
||||
BOOL defaultUserDisable;
|
||||
SOGoSystemDefaults *sd;
|
||||
BOOL defaultUserDisable = NO;
|
||||
|
||||
if (!prepared)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user