mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-06-23 10:54:17 +00:00
Fix for bug #2892
This commit is contained in:
@@ -8,7 +8,7 @@ Enchancements
|
||||
- major refactoring of the GCS component saving code (dropped OGoContentStore)
|
||||
|
||||
Bug fixes
|
||||
-
|
||||
- fixed crasher when subscribing users to resources (#2892)
|
||||
|
||||
2.2.7 (2014-07-30)
|
||||
------------------
|
||||
|
||||
@@ -377,7 +377,7 @@
|
||||
for (count = 0; count < max; count++)
|
||||
[folder subscribeUserOrGroup: [userIDs objectAtIndex: count]
|
||||
reallyDo: YES
|
||||
response: response];
|
||||
response: nil];
|
||||
ex = nil;
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user