summaryrefslogtreecommitdiff
path: root/app/Template/user/last.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Template/user/last.php')
-rw-r--r--app/Template/user/last.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/user/last.php b/app/Template/user/last.php
index 8097d6f1..8879466e 100644
--- a/app/Template/user/last.php
+++ b/app/Template/user/last.php
@@ -12,7 +12,7 @@
<th class="column-15"><?= t('IP address') ?></th>
<th><?= t('User agent') ?></th>
</tr>
- <?php foreach($last_logins as $login): ?>
+ <?php foreach ($last_logins as $login): ?>
<tr>
<td><?= dt('%B %e, %Y at %k:%M %p', $login['date_creation']) ?></td>
<td><?= $this->e($login['auth_type']) ?></td>