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, 1 insertions, 1 deletions
diff --git a/core/include/category/list.php b/core/include/category/list.php
index 3a5720b..62881a6 100644
--- a/core/include/category/list.php
+++ b/core/include/category/list.php
@@ -28,7 +28,7 @@ if($currentSite < 1 OR ($currentSite > $lastSite AND $lastSite > 0)) {
#===============================================================================
# Single redirect
#===============================================================================
-if(Application::get('CATEGORY.SINGLE_REDIRECT') === TRUE AND $count === 1) {
+if(Application::get('CATEGORY.REDIRECT_SINGLE') === TRUE AND $count === 1) {
$Category = $CategoryRepository->getLast();
HTTP::redirect(Application::getEntityURL($Category));
}