sync fixes
This commit is contained in:
parent
721a886afb
commit
0509b5ff1c
6 changed files with 52 additions and 6 deletions
|
@ -28,7 +28,7 @@ namespace WebsitePanel.WebDav.Core.Owa
|
|||
var cFileInfo = new CheckFileInfo
|
||||
{
|
||||
BaseFileName = resource.DisplayName,
|
||||
OwnerId = @"4257508bfe174aa28b461536d8b6b648",// WspContext.User.Login,
|
||||
OwnerId = WspContext.User.Login,
|
||||
Size = resource.ContentLength,
|
||||
Version = DateTime.Now.ToString("s"),
|
||||
SupportsCoauth = false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue