Merge
This commit is contained in:
commit
92ba95648f
38 changed files with 828 additions and 401 deletions
|
@ -52,7 +52,7 @@ namespace WebsitePanel.WebDav.Core.Managers
|
|||
Href = new Uri(x.Url),
|
||||
ItemType = ItemType.Folder,
|
||||
ContentLength = x.Size * 1024 * 1024,
|
||||
AllocatedSpace = x.FRSMQuotaMB * 1024 * 1024,
|
||||
AllocatedSpace = (long)x.FRSMQuotaMB * 1024 * 1024,
|
||||
IsRootItem = true
|
||||
}).ToArray();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue