Fix #5103: return a copy of the assembly list.
This commit is contained in:
@ -171,7 +171,8 @@ namespace Oqtane.Controllers
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
return assemblyList;
|
return assemblyList;
|
||||||
});
|
}).ToList();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// GET api/<controller>/load?list=x,y
|
// GET api/<controller>/load?list=x,y
|
||||||
|
Reference in New Issue
Block a user