From 4800e4ccbb786b79eb3e7f49f5e0246927498ad1 Mon Sep 17 00:00:00 2001 From: Nick Liu Date: Sun, 19 Feb 2023 23:40:20 +0100 Subject: [PATCH] Revert "Fix for broken news category URL in news_categories_menu" This reverts commit ba18155c345b66d825804219d1b2e8db0e9860ec. --- e107_core/url/news/url.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_core/url/news/url.php b/e107_core/url/news/url.php index 9c0061937..48123c9a8 100644 --- a/e107_core/url/news/url.php +++ b/e107_core/url/news/url.php @@ -135,7 +135,7 @@ class core_news_url extends eUrlConfig } else { - $url .= 'list.'.$params['id'].'.'.$page; // 'category_id' would break news_categories_menu. + $url .= 'list.'.$params['category_id'].'.'.$page; } break;