Skip to content
Closed
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion administrator/modules/mod_logged/tmpl/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<?php endif; ?>
</td>
<td>
<?php echo HTMLHelper::_('date', $user->time, Text::_('DATE_FORMAT_LC5')); ?>
<?php echo HTMLHelper::_('date.relative', JFactory::getDate($user->time)); ?>
Comment thread
PhilETaylor marked this conversation as resolved.
Outdated
</td>
</tr>
<?php endforeach; ?>
Expand Down