aboutsummaryrefslogtreecommitdiffstats
path: root/core/include/category/list.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/include/category/list.php')
-rw-r--r--core/include/category/list.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/include/category/list.php b/core/include/category/list.php
index 9bd2a68..4702a79 100644
--- a/core/include/category/list.php
+++ b/core/include/category/list.php
@@ -14,9 +14,7 @@ $PostRepository = Application::getRepository('Post');
# Pagination
#===============================================================================
$site_size = Application::get('CATEGORY.LIST_SIZE');
-$site_sort = Application::get('CATEGORY.LIST_SORT');
-#$count = $CategoryRepository->getCount(['parent' => NULL]);
$count = $CategoryRepository->getCount();
$lastSite = ceil($count / $site_size);