-
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
No children are shown in categorymenu.
Error is in ProjectController.php line 74:
if($this->settings['showcategorymenu']){ //$categories = $this->projectRepository->getCategoriesFromRoot($this->settings['categoryroot']); $categories = $this->categoryRepository->findChildren($this->settings['showcategorymenu']); $this->view->assign('categories',$categories); }
must be categoryroot instead of showcategorymenu. Line looks like that after:
`
$categories = $this->categoryRepository->findChildren($this->settings['categoryroot']);
`
Metadata
Metadata
Assignees
Labels
No labels