summaryrefslogtreecommitdiff
path: root/classes/handler/public.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/handler/public.php
parent71e9f70b8a5fa128204eb4a47c06639206824500 (diff)
parentd0ed7890df949669261f52235151c93cf324714e (diff)
Merge branch 'master' of git.fakecake.org:tt-rss
Diffstat (limited to 'classes/handler/public.php')
-rwxr-xr-xclasses/handler/public.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/handler/public.php b/classes/handler/public.php
index 9671b18b2..4bd9c06f9 100755
--- a/classes/handler/public.php
+++ b/classes/handler/public.php
@@ -414,7 +414,7 @@ class Handler_Public extends Handler {
$rv .= "<div class='row'>"; # row
//$entry_author = $line["author"] ? " - " . $line["author"] : "";
- $parsed_updated = make_local_datetime($line["updated"], true,
+ $parsed_updated = TimeHelper::make_local_datetime($line["updated"], true,
$owner_uid, true);
$rv .= "<div>".$line['author']."</div>";