diff --git a/e107_plugins/forum/shortcodes/batch/viewforum_shortcodes.php b/e107_plugins/forum/shortcodes/batch/viewforum_shortcodes.php index a40ae29c1..bba1d1e1c 100644 --- a/e107_plugins/forum/shortcodes/batch/viewforum_shortcodes.php +++ b/e107_plugins/forum/shortcodes/batch/viewforum_shortcodes.php @@ -749,7 +749,7 @@ //---- $tVars['LASTPOSTDATE'] .= "". $gen->computeLapse($thread_info['thread_lastpost'],time(), false, false, 'short').""; - return ($caller == 'sc_lastpostuser' ? $LASTPOSTUSER : ($caller == 'sc_lastpostdate' ? "" . $this->gen->computeLapse($this->var['thread_lastpost'], time(), false, false, 'short') . "" : ($caller == 'sc_lastpost' ? $LASTPOST : ''))); + return ($caller == 'sc_lastpostuser' ? $LASTPOSTUSER : ($caller == 'sc_lastpostdate' ? "" . $this->gen->computeLapse($this->var['thread_lastpost'], time(), false, true, 'short') . "" : ($caller == 'sc_lastpost' ? $LASTPOST : ''))); }