pull/53/head
Ludovic Marcotte 2014-08-15 09:57:19 -04:00
parent 5b886e5c4d
commit b9dd1ddc5a
2 changed files with 2 additions and 2 deletions

2
NEWS
View File

@ -8,7 +8,7 @@ Enchancements
- major refactoring of the GCS component saving code (dropped OGoContentStore) - major refactoring of the GCS component saving code (dropped OGoContentStore)
Bug fixes Bug fixes
- - fixed crasher when subscribing users to resources (#2892)
2.2.7 (2014-07-30) 2.2.7 (2014-07-30)
------------------ ------------------

View File

@ -377,7 +377,7 @@
for (count = 0; count < max; count++) for (count = 0; count < max; count++)
[folder subscribeUserOrGroup: [userIDs objectAtIndex: count] [folder subscribeUserOrGroup: [userIDs objectAtIndex: count]
reallyDo: YES reallyDo: YES
response: response]; response: nil];
ex = nil; ex = nil;
} }
else else