1
0
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:
Tijn Kuyper
2019-03-22 11:10:37 +01:00
parent 6df07c3f78
commit e88f22ee2a

View File

@@ -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?