mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-06-09 20:39:44 +00:00
Monotone-Parent: f9a04cc4832d7c1ca8d70b594faba3c5a0eda334
Monotone-Revision: f3dd7372c4f74c5e1e309b528107e222964ca70b Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2009-11-10T21:39:40 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -328,6 +328,15 @@ static BOOL uixDebugEnabled = NO;
|
||||
}
|
||||
|
||||
- (NSString *) applicationPath
|
||||
{
|
||||
NSString *appName;
|
||||
|
||||
appName = [[context request] applicationName];
|
||||
|
||||
return [NSString stringWithFormat: @"/%@", appName];
|
||||
}
|
||||
|
||||
- (NSString *) modulePath
|
||||
{
|
||||
SOGoObject *currentClient, *parent;
|
||||
BOOL found;
|
||||
|
||||
Reference in New Issue
Block a user