Fix loading bug
This commit is contained in:
parent
ad9146ead1
commit
b52dd571ee
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user