mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-16 00:45:26 +00:00
Monotone-Parent: 4ec7b248cac042317cf5d80e06d1372dddd83171
Monotone-Revision: c69f7f8d6e6f9e8f9e94f61cae6ed7a39e26e747 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-11-27T21:02:33 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -199,8 +199,7 @@
|
||||
[folders autorelease];
|
||||
|
||||
subfolders = [[parentFolder subFolders] objectEnumerator];
|
||||
currentFolder = [subfolders nextObject];
|
||||
while (currentFolder)
|
||||
while ((currentFolder = [subfolders nextObject]))
|
||||
{
|
||||
if (![securityManager validatePermission: SOGoPerm_AccessObject
|
||||
onObject: currentFolder inContext: context])
|
||||
@@ -217,7 +216,6 @@
|
||||
forKey: @"type"];
|
||||
[folders addObject: currentDictionary];
|
||||
}
|
||||
currentFolder = [subfolders nextObject];
|
||||
}
|
||||
|
||||
return folders;
|
||||
|
||||
Reference in New Issue
Block a user