From af4514aecab440ff95a50e461ed25ee2b821e0ba Mon Sep 17 00:00:00 2001 From: Florian DAL FITTO Date: Fri, 9 Jun 2017 00:48:39 +0200 Subject: [PATCH] The tooltip for the topic opener link shows last post author name (#5422) --- .../com_kunena/template/crypsis/layouts/topic/row/category.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/com_kunena/template/crypsis/layouts/topic/row/category.php b/src/components/com_kunena/template/crypsis/layouts/topic/row/category.php index b787be57325..fc309e32747 100644 --- a/src/components/com_kunena/template/crypsis/layouts/topic/row/category.php +++ b/src/components/com_kunena/template/crypsis/layouts/topic/row/category.php @@ -109,7 +109,7 @@ getFirstPostTime()->toKunena('config_post_dateformat'); ?>, - getAuthor()->getLink(null, JText::sprintf('COM_KUNENA_VIEW_USER_LINK_TITLE', $this->topic->getLastPostAuthor()->getName()), '', '', KunenaTemplate::getInstance()->tooltips(), $category->id); ?> + getAuthor()->getLink(null, JText::sprintf('COM_KUNENA_VIEW_USER_LINK_TITLE', $this->topic->getFirstPostAuthor()->getName()), '', '', KunenaTemplate::getInstance()->tooltips(), $category->id); ?>