Avoid exceptions in `ActionFilterController`
- fix typo in commit 51e7812
This commit is contained in:
parent
64c8a6fa40
commit
bcb2fa6ba2
|
|
@ -37,6 +37,7 @@ namespace FiltersWebSite
|
||||||
{
|
{
|
||||||
filters = (List<ContentResult>)obj;
|
filters = (List<ContentResult>)obj;
|
||||||
}
|
}
|
||||||
|
else
|
||||||
{
|
{
|
||||||
filters = new List<ContentResult>();
|
filters = new List<ContentResult>();
|
||||||
context.ActionArguments.Add("fromGlobalActionFilter", filters);
|
context.ActionArguments.Add("fromGlobalActionFilter", filters);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue