summaryrefslogtreecommitdiff
path: root/classes/pref/system.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2020-09-25 10:04:09 +0300
committerAndrew Dolgov <[email protected]>2020-09-25 10:04:09 +0300
commite993d4feb2e90600f5c896f1e3508f7f95e81c84 (patch)
tree3f3cf10fbf124c49b61bf81fef5f82caa5db2068 /classes/pref/system.php
parent71e9f70b8a5fa128204eb4a47c06639206824500 (diff)
parentd0ed7890df949669261f52235151c93cf324714e (diff)
Merge branch 'master' of git.fakecake.org:tt-rss
Diffstat (limited to 'classes/pref/system.php')
-rw-r--r--classes/pref/system.php7
1 files changed, 3 insertions, 4 deletions
diff --git a/classes/pref/system.php b/classes/pref/system.php
index d0f8a8273..7e9aa44a1 100644
--- a/classes/pref/system.php
+++ b/classes/pref/system.php
@@ -26,7 +26,7 @@ class Pref_System extends Handler_Protected {
function index() {
print "<div dojoType=\"dijit.layout.AccordionContainer\" region=\"center\">";
- print "<div dojoType=\"dijit.layout.AccordionPane\"
+ print "<div dojoType=\"dijit.layout.AccordionPane\"
title=\"<i class='material-icons'>report</i> ".__('Event Log')."\">";
if (LOG_DESTINATION == "sql") {
@@ -66,8 +66,7 @@ class Pref_System extends Handler_Protected {
print "<td class='login'>" . $line["login"] . "</td>";
print "<td class='timestamp'>" .
- make_local_datetime(
- $line["created_at"], false) . "</td>";
+ TimeHelper::make_local_datetime($line["created_at"], false) . "</td>";
print "</tr>";
}
@@ -81,7 +80,7 @@ class Pref_System extends Handler_Protected {
print "</div>";
- print "<div dojoType=\"dijit.layout.AccordionPane\"
+ print "<div dojoType=\"dijit.layout.AccordionPane\"
title=\"<i class='material-icons'>info</i> ".__('PHP Information')."\">";
ob_start();