working on: U4-6756 Don't ship or generate unnecessary folders

This commit is contained in:
Shannon
2015-07-16 15:29:46 +02:00
parent 92e0e5e570
commit c2dc896fce
19 changed files with 620 additions and 99 deletions

View File

@@ -77,6 +77,7 @@ namespace umbraco.editorControls.userControlGrapper
private void populateUserControls(string path)
{
DirectoryInfo di = new DirectoryInfo(path);
if (di.Exists == false) return;
foreach (FileInfo uc in di.GetFiles("*.ascx"))
{