mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Corrected fake ExtensionEntry for RawThemeExtensionLoader
--HG-- branch : dev
This commit is contained in:
@@ -50,11 +50,9 @@ namespace Orchard.Environment.Extensions.Loaders {
|
||||
}
|
||||
|
||||
protected override ExtensionEntry LoadWorker(ExtensionDescriptor descriptor) {
|
||||
var assembly = Assembly.Load("Orchard.Themes");
|
||||
|
||||
return new ExtensionEntry {
|
||||
Descriptor = descriptor,
|
||||
Assembly = assembly,
|
||||
Assembly = GetType().Assembly,
|
||||
ExportedTypes = new Type[0]
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user