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;