Skip to content

Commit

Permalink
#3605 - Fix "Just now" not showing in forum topic relative timestamp
Browse files Browse the repository at this point in the history
Related to 4f90105
  • Loading branch information
Moc committed Mar 22, 2019
1 parent 6df07c3 commit e88f22e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e107_plugins/forum/shortcodes/batch/view_shortcodes.php
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ function sc_threaddatestamp($parm = '')

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?
Expand Down

0 comments on commit e88f22e

Please sign in to comment.