minor fixes re: previous

This commit is contained in:
Andrew Dolgov
2021-02-13 16:07:52 +03:00
parent b112198991
commit 9684ce5c4b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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 } ?>