working on: U4-6756 Don't ship or generate unnecessary folders
This commit is contained in:
@@ -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"))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user