mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 03:25:23 +08:00
Correcting raw theme loading
--HG-- branch : dev
This commit is contained in:
@@ -35,7 +35,7 @@ namespace Orchard.Environment.Extensions.Loaders {
|
||||
descriptor.Name + ".dll");
|
||||
|
||||
// ignore themes with /bin in this loader
|
||||
if ( !_virtualPathProvider.FileExists(assemblyPath) )
|
||||
if ( _virtualPathProvider.FileExists(assemblyPath) )
|
||||
return null;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user