summaryrefslogtreecommitdiff
path: root/classes/pref/system.php
diff options
context:
space:
mode:
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 } ?>