#18643: Fixing ListFolders call to CreateFolder

Work Item: 18643

--HG--
branch : 1.x
This commit is contained in:
Sebastien Ros
2012-04-27 12:40:14 -07:00
parent 400be1dfb5
commit 4398c259e6

View File

@@ -137,7 +137,7 @@ namespace Orchard.Azure {
if (!Container.DirectoryExists(String.Concat(_root, path)) ) {
try {
CreateFolder(String.Concat(_root, path));
CreateFolder(path);
}
catch ( Exception ex ) {
throw new ArgumentException(string.Format("The folder could not be created at path: {0}. {1}",