diff --git a/e107_plugins/forum/shortcodes/batch/view_shortcodes.php b/e107_plugins/forum/shortcodes/batch/view_shortcodes.php index 6ec40e72a..5320d1a2d 100644 --- a/e107_plugins/forum/shortcodes/batch/view_shortcodes.php +++ b/e107_plugins/forum/shortcodes/batch/view_shortcodes.php @@ -309,7 +309,7 @@ if($parm == 'relative') { - return $gen->computeLapse($this->postInfo['post_datestamp'], time(), false, false, 'short'); + return $gen->computeLapse($this->postInfo['post_datestamp'], time(), false, true, 'short'); } // XXX what is this line meant to do?