Skip to content

Commit

Permalink
same length subject on item as on index
Browse files Browse the repository at this point in the history
  • Loading branch information
810 committed Aug 8, 2019
1 parent 33f71bd commit 07257fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/com_kunena/layout/category/item.php
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ public function getCategoryActions()
* @see KunenaLayout::getLastPostLink()
* @since Kunena
*/
public function getLastPostLink($category, $content = null, $title = null, $class = null, $length = 20, $follow = true, $canonical = false)
public function getLastPostLink($category, $content = null, $title = null, $class = null, $length = 30, $follow = true, $canonical = false)
{
$lastTopic = $category->getLastTopic();
$channels = $category->getChannels();
Expand Down

0 comments on commit 07257fb

Please sign in to comment.