mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-29 18:12:44 +00:00
Fixed typo messing up adds
This commit is contained in:
@@ -192,7 +192,7 @@ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVE
|
||||
{
|
||||
anAddition = [additions objectAtIndex: i];
|
||||
|
||||
clientId = [[(id)[anAddition getElementsByTagName: @"CientId"] lastObject] textValue];
|
||||
clientId = [[(id)[anAddition getElementsByTagName: @"ClientId"] lastObject] textValue];
|
||||
allValues = [[(id)[anAddition getElementsByTagName: @"ApplicationData"] lastObject] applicationData];
|
||||
|
||||
switch (theFolderType)
|
||||
|
||||
Reference in New Issue
Block a user