Fixes small merge issue
This commit is contained in:
@@ -480,11 +480,13 @@ namespace umbraco.BusinessLogic
|
||||
|
||||
if (saveAfterCallback)
|
||||
{
|
||||
doc.Save(TreeConfigFilePath);
|
||||
Directory.CreateDirectory(Path.GetDirectoryName(TreeConfigFilePath));
|
||||
|
||||
doc.Save(TreeConfigFilePath);
|
||||
|
||||
ReCache();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user