[CSE] Store the encryption status without the webdav url

The Folder information on the desktop client doesn't
knows about the webdav layout aparently.
This commit is contained in:
Tomaz Canabrava 2017-11-27 21:09:13 +01:00
parent d2d2df4c75
commit dd903d447f

View File

@ -1205,7 +1205,7 @@ bool GetFolderEncryptStatus::finished()
}
if (!currFile.isEmpty() && currEncryptedStatus != -1) {
folderStatus.insert(currFile, currEncryptedStatus);
folderStatus.insert(currFile.remove("/remote.php/webdav/"), currEncryptedStatus);
currFile.clear();
currEncryptedStatus = -1;
}