(fix) fixed Apple Calendar creation (fixes #4813)

This commit is contained in:
Ludovic Marcotte
2019-10-28 14:39:39 -04:00
parent 7ff9921709
commit e866fd5fda
6 changed files with 21 additions and 9 deletions
@@ -1,8 +1,6 @@
/* SOGoAppointmentFolderObject.m - this file is part of SOGo
*
* Copyright (C) 2010-2012 Inverse inc.
*
* Author: Wolfgang Sourdeau <wsourdeau@inverse.ca>
* Copyright (C) 2010-2019 Inverse inc.
*
* This file is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -378,7 +378,7 @@ static SoSecurityManager *sm = nil;
methodSel = SOGoSelectorForPropertySetter (currentName);
if ([newFolder respondsToSelector: methodSel])
[newFolder performSelector: methodSel
withObject: value];
withObject: value];
}
}