Avoid exceptions in `ActionFilterController`

- fix typo in commit 51e7812
This commit is contained in:
Doug Bunting 2015-03-15 14:22:07 -07:00
parent 64c8a6fa40
commit bcb2fa6ba2
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ namespace FiltersWebSite
{
filters = (List<ContentResult>)obj;
}
else
{
filters = new List<ContentResult>();
context.ActionArguments.Add("fromGlobalActionFilter", filters);