Skip to content

Commit

Permalink
using catslug for article links
Browse files Browse the repository at this point in the history
  • Loading branch information
shur committed Sep 26, 2014
1 parent 05dc0b8 commit 0cb5b2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/mod_articles_news/helper.php
Expand Up @@ -90,7 +90,7 @@ public static function getList(&$params)
if ($access || in_array($item->access, $authorised))
{
// We know that user has the privilege to view the article
$item->link = JRoute::_(ContentHelperRoute::getArticleRoute($item->slug, $item->catid));
$item->link = JRoute::_(ContentHelperRoute::getArticleRoute($item->slug, $item->catslug));
$item->linkText = JText::_('MOD_ARTICLES_NEWS_READMORE');
}
else
Expand Down

0 comments on commit 0cb5b2d

Please sign in to comment.