Enterprise Storage Security Issue fixed.

This commit is contained in:
vfedosevich 2014-06-26 05:22:27 +03:00
parent fc2f121bf3
commit 619f4d2ac8
6 changed files with 116 additions and 1 deletions

View file

@ -742,7 +742,7 @@ namespace WebsitePanel.EnterpriseServer
if (web.VirtualDirectoryExists(site, vdirName))
return BusinessErrorCodes.ERROR_VDIR_ALREADY_EXISTS;
web.CreateVirtualDirectory(site, dir);
web.CreateEnterpriseStorageVirtualDirectory(site, dir);
return 0;