Skip to content
Snippets Groups Projects
Commit 8a9920b5 authored by Stefan Galinski's avatar Stefan Galinski :video_game:
Browse files

[BUGFIX] Set the missing category for the category list plugin

parent 511bf82f
No related branches found
No related tags found
No related merge requests found
......@@ -92,6 +92,7 @@ class ListByCategoryController extends AbstractController {
$this->view->assign('numberOfPages', $numberOfPages);
$this->view->assign('newsMetaData', $newsMetaData);
$this->view->assign('category', $selectedCategory);
$this->view->assign('highlightedNewsMetaData', $highlightedNewsMetaData);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment