More missing categories

This commit is contained in:
Michael 2017-04-06 14:07:33 -04:00
parent 18e5d3d1ed
commit eb6e715966

View file

@ -16,7 +16,7 @@
<ul>
@foreach(var cat in category.Children)
{
CreateCategoryListRecursive(cat);
@CreateCategoryListRecursive(cat);
}
@foreach(var page in category.Pages)
{