mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-22 21:39:28 +00:00
We really use the owner of the user's resource and not the current logged in user when getting the list of "web calendars"
Monotone-Parent: a133bab8f4c9ee8ea78123618542c4a2ecdc2fd4 Monotone-Revision: 40a85071e7335fa3da3361d43dbbf6cf13684342 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2009-10-02T12:50:09 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -278,7 +278,9 @@
|
||||
|
||||
rc = nil;
|
||||
|
||||
us = [[context activeUser] userSettings];
|
||||
us = [[SOGoUser userWithLogin: [self ownerInContext: nil]]
|
||||
userDefaults];
|
||||
|
||||
tmp = [us objectForKey: @"Calendar"];
|
||||
if (tmp)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user