diff options
Diffstat (limited to 'core/include/category')
-rw-r--r-- | core/include/category/list.php | 2 |
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); |