mirror of
https://github.com/e107inc/e107.git
synced 2025-08-30 17:50:12 +02:00
Moving the system to the new URL assembling, fixed call to a non-existent eUrl method system wide.
This commit is contained in:
@@ -978,7 +978,7 @@ class e_news_category_item extends e_model
|
||||
public function sc_news_category_url($parm = '')
|
||||
{
|
||||
|
||||
$url = e107::getUrl()->create('core:news', 'main', 'action=list&id='.$this->getId().'&sef='.$this->get('rewrite_string'));
|
||||
$url = e107::getUrl()->create('news/list/items', $this->getData());
|
||||
switch($parm)
|
||||
{
|
||||
case 'link':
|
||||
|
Reference in New Issue
Block a user