1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 12:48:24 +01:00

Fixes #2802 - New Forum Posts Menu.

This commit is contained in:
Cameron 2017-10-14 18:00:06 -07:00
parent 40c9eb787f
commit 0073de8698

View File

@ -183,7 +183,7 @@
function sc_topic_lastpost_author($parm=null)
{
if($this->var['thread_views'] || !empty($this->var['thread_total_replies']))
if($this->var['thread_views'] && !empty($this->var['thread_total_replies']))
{
if($this->var['thread_lastuser_username'])