Database refactoring and improving blog comments, blog post history and more
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
$this->neededPermission('projects.view');
|
||||
|
||||
$entries = $this->ProjectsModel->getEntries('all');
|
||||
$categories = $this->ProjectsModel->getCategories('all');
|
||||
$categories = $this->ProjectsModel->getCategoriesRaw('all');
|
||||
|
||||
$this->load->view('admin/sidebar', ['title' => 'Projekte verwalten']);
|
||||
$this->load->view('admin/projects', ['entries' => $entries, 'categories' => $categories]);
|
||||
|
Reference in New Issue
Block a user