mirror of
https://github.com/e107inc/e107.git
synced 2025-08-03 21:27:25 +02:00
#3605 - Fix "Just now" not showing in forum topic relative timestamp
Related to 4f90105419
This commit is contained in:
@@ -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?
|
||||
|
Reference in New Issue
Block a user