Fix loading bug

This commit is contained in:
hishamco 2020-09-29 19:18:56 +03:00
parent ad9146ead1
commit b52dd571ee

View File

@ -120,7 +120,7 @@ namespace Oqtane.Client
// Loads the stallite assemblies early
if (entry.Name.EndsWith(Constants.StalliteAssemblyExtension))
{
Assembly.Load(entry.Name);
Assembly.Load(file);
}
else
{