One last hack to get the the macroengines to show up after install.

This commit is contained in:
Sebastiaan Janssen
2012-11-23 12:01:43 -01:00
parent e23ed30b0c
commit f1314628d7

View File

@@ -1,3 +1,5 @@
using System.IO;
using Umbraco.Core.IO;
using umbraco.BusinessLogic;
namespace umbraco.presentation.install.steps
@@ -31,6 +33,10 @@ namespace umbraco.presentation.install.steps
if (!cms.businesslogic.skinning.Skinning.IsStarterKitInstalled())
customizeSite.Visible = false;
var tempFolder = IOHelper.MapPath("~/App_Data/TEMP/PluginCache");
if(Directory.Exists(tempFolder))
Directory.Delete(tempFolder, true);
}
#region Web Form Designer generated code