Skip to content

Commit

Permalink
s/JFactory/Factory
Browse files Browse the repository at this point in the history
Signed-off-by: Phil E. Taylor <[email protected]>
  • Loading branch information
Phil E. Taylor committed Mar 29, 2021
1 parent d3fac37 commit 2479611
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion administrator/modules/mod_logged/tmpl/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

defined('_JEXEC') or die;

use Joomla\CMS\Factory;
use Joomla\CMS\HTML\HTMLHelper;
use Joomla\CMS\Language\Text;
?>
Expand Down Expand Up @@ -54,7 +55,7 @@
<?php endif; ?>
</td>
<td>
<?php echo HTMLHelper::_('date.relative', JFactory::getDate($user->time)); ?>
<?php echo HTMLHelper::_('date.relative', Factory::getDate($user->time)); ?>
</td>
</tr>
<?php endforeach; ?>
Expand Down

0 comments on commit 2479611

Please sign in to comment.