From 86a8351ca2abbacda557819cefb66379a450103c Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 4 May 2017 14:50:56 +0300 Subject: move the following to Feeds: + static function catchup_feed($feed, $cat_view, $owner_uid = false, $mode = 'all', $search = false) { + static function getFeedArticles($feed, $is_cat = false, $unread_only = false, + static function subscribe_to_feed($url, $cat_id = 0, + static function getFeedIcon($id) { + static function getFeedTitle($id, $cat = false) { + static function getCategoryUnread($cat, $owner_uid = false) { + static function getCategoryChildrenUnread($cat, $owner_uid = false) { --- plugins/af_psql_trgm/init.php | 2 +- plugins/af_readability/init.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins') diff --git a/plugins/af_psql_trgm/init.php b/plugins/af_psql_trgm/init.php index 087b116d6..175176e0b 100644 --- a/plugins/af_psql_trgm/init.php +++ b/plugins/af_psql_trgm/init.php @@ -196,7 +196,7 @@ class Af_Psql_Trgm extends Plugin { " " . - getFeedTitle($f) . ""; + Feeds::getFeedTitle($f) . ""; } print ""; } diff --git a/plugins/af_readability/init.php b/plugins/af_readability/init.php index fae50a7ea..192ad90b6 100755 --- a/plugins/af_readability/init.php +++ b/plugins/af_readability/init.php @@ -83,7 +83,7 @@ class Af_Readability extends Plugin { " ". - getFeedTitle($f) . ""; + Feeds::getFeedTitle($f) . ""; } print ""; } -- cgit v1.2.3