Renamed folder cache creation method

This commit is contained in:
Ludovic Marcotte
2014-05-14 09:56:10 -04:00
parent a54b3e4289
commit be72456a9a
3 changed files with 6 additions and 6 deletions

View File

@@ -329,7 +329,7 @@ static NSMapTable *contextsTable = nil;
tableName]])
{
queries = [channel specialQueries];
query = [queries createOpenChangeFSTableWithName: tableName];
query = [queries createSOGoCacheGCSFolderTableWithName: tableName];
if ([channel evaluateExpressionX: query])
[NSException raise: @"MAPIStoreIOException"
format: @"could not create special table '%@'", tableName];