mirror of
https://github.com/e107inc/e107.git
synced 2025-07-25 00:41:52 +02:00
Revert "Fix for broken news category URL in news_categories_menu"
This reverts commit ba18155c34
.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user