mirror of
https://github.com/e107inc/e107.git
synced 2025-01-17 20:58:30 +01:00
Fixes #2802 - New Forum Posts Menu.
This commit is contained in:
parent
40c9eb787f
commit
0073de8698
@ -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'])
|
||||
|
Loading…
x
Reference in New Issue
Block a user