fix build

This commit is contained in:
Shannon
2015-06-15 17:46:53 +02:00
parent 03a8ee437d
commit bc04f578e3

View File

@@ -191,6 +191,7 @@ namespace Umbraco.Core.Services
.Select(x => new LocalizedTextServiceSupplementaryFileSource(x, true));
return new LocalizedTextServiceFileSources(
logger,
cache.RuntimeCache,
mainLangFolder,
pluginLangFolders.Concat(userLangFolders));