summaryrefslogtreecommitdiff
path: root/init.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-02-15 18:35:28 +0300
committerAndrew Dolgov <[email protected]>2021-02-15 18:35:28 +0300
commitb07d7860a0b414d31b8686588ef841fcd587573b (patch)
tree37cc5a31fd0eabb32e2876bc0cc2083112a4dafe /init.php
parent658e27d1f5e12e837c8da2d95dd6f66de078e0ae (diff)
fixes for tt-rss changes
Diffstat (limited to 'init.php')
-rwxr-xr-xinit.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/init.php b/init.php
index b793704..01a1802 100755
--- a/init.php
+++ b/init.php
@@ -144,7 +144,7 @@ class Af_Img_Phash extends Plugin {
print "<ul class='panel panel-scrollable list list-unstyled'>";
foreach ($enabled_feeds as $f) {
print "<li><i class='material-icons'>rss_feed</i> <a href='#' onclick=\"CommonDialogs.editFeed($f)\">".
- Feeds::getFeedTitle($f) . "</a></li>";
+ Feeds::_get_title($f) . "</a></li>";
}
print "</ul>";
}
@@ -522,7 +522,7 @@ class Af_Img_Phash extends Plugin {
$article_title = $this->T_sprintf("%s in %s (%s)",
"<span title='$article_guid'>$article_title</span>",
- "<a href='#' onclick='viewfeed({feed: $feed_id})'>" . Feeds::getFeedTitle($feed_id) . "</a>",
+ "<a href='#' onclick='viewfeed({feed: $feed_id})'>" . Feeds::_get_title($feed_id) . "</a>",
make_local_datetime($updated, true));
} else {