mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 20:00:37 +02:00
Fixes #2802 - New Forum Posts Menu.
This commit is contained in:
@@ -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'])
|
||||
|
Reference in New Issue
Block a user