Correcting raw theme loading

--HG--
branch : dev
This commit is contained in:
Sebastien Ros
2010-09-30 16:23:09 -07:00
parent 6feecc7f95
commit b9bd5a06ca

View File

@@ -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;