One last hack to get the the macroengines to show up after install.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user