wsp-10288 Remove "LocationDrive" In settings providers WebsitePanel.Providers.OS.Windows*
This commit is contained in:
parent
c752bb5b44
commit
912c0dfe7c
8 changed files with 307 additions and 4 deletions
|
@ -980,11 +980,13 @@ namespace WebsitePanel.EnterpriseServer
|
|||
homeFolder.PackageId = packageId;
|
||||
homeFolder.Name = path;
|
||||
|
||||
int res = AddPackageItem(homeFolder);
|
||||
|
||||
// Added By Haya
|
||||
UpdatePackageHardQuota(packageId);
|
||||
|
||||
// save package item
|
||||
return AddPackageItem(homeFolder);
|
||||
return res;
|
||||
}
|
||||
|
||||
public static DateTime GetPackageBandwidthUpdate(int packageId)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue