oc: Set right container in dbFolder when moving a folder

The path attribute from SOGoCacheGCSFolder is properly updated
in the database but not when returning from path message as
the container is the old one.
This commit is contained in:
Enrique J. Hernández Blasco
2015-01-28 11:26:56 +01:00
parent 2dcb8fa732
commit 57d591c427
5 changed files with 16 additions and 2 deletions

View File

@@ -1286,7 +1286,8 @@ _parseCOPYUID (NSString *line, NSArray **destUIDsP)
[dbFolder changePathTo: [NSString stringWithFormat:
@"%@/folder%@",
parentDBFolderPath,
newFolderDBName]];
newFolderDBName]
intoNewContainer: [targetFolder dbFolder]];
}
}
else