mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 14:46:56 +02:00
Fix for broken news category URL in news_categories_menu
This commit is contained in:
@@ -134,7 +134,7 @@ class core_news_url extends eUrlConfig
|
||||
}
|
||||
else
|
||||
{
|
||||
$url .= 'list.'.$params['category_id'].'.'.$page;
|
||||
$url .= 'list.'.$params['id'].'.'.$page; // 'category_id' would break news_categories_menu.
|
||||
}
|
||||
break;
|
||||
|
||||
|
Reference in New Issue
Block a user