(fix) define -modulePath to avoid broken ApplicationURL path

This commit is contained in:
Ludovic Marcotte
2015-09-21 08:41:31 -04:00
parent 2bfd9f983d
commit 7692832672
+5
View File
@@ -46,6 +46,11 @@
@implementation UIxCalMainView
- (NSString *) modulePath
{
return @"Calendar";
}
- (void) checkDefaultModulePreference
{
SOGoUserDefaults *ud;