Enterprise Storage Security Issue fixed.
This commit is contained in:
parent
fc2f121bf3
commit
619f4d2ac8
6 changed files with 116 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue