mirror of
https://github.com/e107inc/e107.git
synced 2025-08-02 20:57:26 +02:00
Fixes #2802 - New Forum Posts Menu.
This commit is contained in:
@@ -183,7 +183,7 @@
|
|||||||
function sc_topic_lastpost_author($parm=null)
|
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'])
|
if($this->var['thread_lastuser_username'])
|
||||||
|
Reference in New Issue
Block a user