Fix the "ago" date (with "received at") for other themes than frio

This commit is contained in:
Michael 2019-12-26 19:51:36 +00:00
parent 65c0418807
commit 48ec65eb4b
1 changed files with 1 additions and 1 deletions

View File

@ -420,7 +420,7 @@ class Post extends BaseObject
'localtime' => DateTimeFormat::local($item['created'], 'r'),
'ago' => $item['app'] ? L10n::t('%s from %s', $ago, $item['app']) : $ago,
'app' => $item['app'],
'created' => Temporal::getRelativeDate($item['created']),
'created' => $ago,
'lock' => $lock,
'location' => $location_e,
'indent' => $indent,