Fixes small merge issue

This commit is contained in:
shannon@ShandemVaio
2012-07-19 01:06:39 +06:00
parent 25bd7b8ad7
commit 9a1935e6ea

View File

@@ -480,11 +480,13 @@ namespace umbraco.BusinessLogic
if (saveAfterCallback)
{
doc.Save(TreeConfigFilePath);
Directory.CreateDirectory(Path.GetDirectoryName(TreeConfigFilePath));
doc.Save(TreeConfigFilePath);
ReCache();
}
}
}
}
}