mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-07 14:49:15 +00:00
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) {
This commit is contained in:
@@ -145,7 +145,7 @@
|
||||
$unread = (int) db_fetch_result($result, 0, "sv");
|
||||
|
||||
} else {
|
||||
$unread = (int) getFeedArticles($feed_id, $is_cat, true, $owner_uid);
|
||||
$unread = (int) Feeds::getFeedArticles($feed_id, $is_cat, true, $owner_uid);
|
||||
}
|
||||
|
||||
db_query("BEGIN");
|
||||
|
||||
Reference in New Issue
Block a user