mirror of
https://github.com/lempamo/Project-Unite.git
synced 2025-02-02 04:57:35 +00:00
More missing categories
This commit is contained in:
parent
18e5d3d1ed
commit
eb6e715966
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
<ul>
|
||||
@foreach(var cat in category.Children)
|
||||
{
|
||||
CreateCategoryListRecursive(cat);
|
||||
@CreateCategoryListRecursive(cat);
|
||||
}
|
||||
@foreach(var page in category.Pages)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue