summaryrefslogtreecommitdiff
path: root/classes/pref/system.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-02-13 16:07:52 +0300
committerAndrew Dolgov <[email protected]>2021-02-13 16:07:52 +0300
commit9684ce5c4b94c21002209f88c26f5ead94406198 (patch)
tree03838e1139aabdbda396c6da1995a35796d82e34 /classes/pref/system.php
parentb11219899111b414742ac710065d515b10f227a5 (diff)
minor fixes re: previous
Diffstat (limited to 'classes/pref/system.php')
-rw-r--r--classes/pref/system.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/pref/system.php b/classes/pref/system.php
index 994e024c7..72e15e4f3 100644
--- a/classes/pref/system.php
+++ b/classes/pref/system.php
@@ -146,7 +146,7 @@ class Pref_System extends Handler_Protected {
<td class='errstr'><?php echo $line["errstr"] . "\n" . $line["context"] ?></td>
<td class='login'><?php echo $line["login"] ?></td>
<td class='timestamp'>
- <?php TimeHelper::make_local_datetime($line["created_at"], false) ?>
+ <?php echo TimeHelper::make_local_datetime($line["created_at"], false) ?>
</td>
</tr>
<?php } ?>