(fix) define -modulePath to avoid broken ApplicationURL path

pull/105/head
Ludovic Marcotte 2015-09-21 08:41:31 -04:00
parent 2bfd9f983d
commit 7692832672
1 changed files with 5 additions and 0 deletions

View File

@ -46,6 +46,11 @@
@implementation UIxCalMainView
- (NSString *) modulePath
{
return @"Calendar";
}
- (void) checkDefaultModulePreference
{
SOGoUserDefaults *ud;